mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-15 15:22:17 +00:00
Further formatting and bug fixes
This commit is contained in:
@@ -3,6 +3,7 @@ from django.conf.urls.defaults import *
|
||||
from sso import views
|
||||
|
||||
urlpatterns = patterns('',
|
||||
('^$', views.index),
|
||||
(r'^profile/$', views.profile),
|
||||
(r'^profile/add/eveapi', views.eveapi_add),
|
||||
(r'^profile/del/eveapi/$', views.eveapi_del),
|
||||
|
||||
@@ -14,7 +14,7 @@ from sso.forms import EveAPIForm, ServiceAccountForm
|
||||
import settings
|
||||
|
||||
def index(request):
|
||||
pass
|
||||
return render_to_response('sso/index.html')
|
||||
|
||||
@login_required
|
||||
def profile(request):
|
||||
|
||||
Reference in New Issue
Block a user