Changeset 9879d18
- Timestamp:
- Aug 11, 2011, 1:31:05 AM (14 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- 384677e
- Parents:
- 9f9aa21
- git-author:
- Alex Dehnert <adehnert@…> (08/11/11 01:30:47)
- git-committer:
- Alex Dehnert <adehnert@…> (08/11/11 01:31:05)
- Location:
- asadb
- Files:
-
- 2 edited
-
template/registration/login.html (modified) (1 diff)
-
urls.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/registration/login.html
rad48c42 r9879d18 15 15 <p>In the unlikely event that you have a username and password, you can log in below.</p> 16 16 17 <form method="post" action="{% url login %}">17 <form method="post" action="{% url login-password %}"> 18 18 {% csrf_token %} 19 19 <table> -
asadb/urls.py
rad5f090 r9879d18 57 57 # Uncomment the next line to enable the admin: 58 58 (r'^admin/', include(admin.site.urls)), 59 url(r'^accounts/login/password/', 'django.contrib.auth.views.login', name='login-password', ), 59 60 url(r'^accounts/login/', 'mit.scripts_login', name='login', ), 60 61 url(r'^accounts/logout/', logout, name='logout', ),
Note: See TracChangeset
for help on using the changeset viewer.