Further formatting and bug fixes

This commit is contained in:
2010-02-25 23:37:05 +00:00
parent c0a5f75504
commit 7c596f5037
8 changed files with 50 additions and 15 deletions

View File

@@ -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),

View File

@@ -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):