mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +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),
|
||||
|
||||
Reference in New Issue
Block a user