Changeset fae9c8c


Ignore:
Timestamp:
May 29, 2010, 9:15:09 PM (16 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, fysm-4-1, space-access, stable, stage, test-hooks
Children:
00e16ed
Parents:
4f37035
git-author:
Alex Dehnert <adehnert@…> (05/29/10 21:11:49)
git-committer:
Alex Dehnert <adehnert@…> (05/29/10 21:15:09)
Message:

Actually use scripts_login

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/urls.py

    rf462be6 rfae9c8c  
    3939    # Uncomment the next line to enable the admin:
    4040    (r'^admin/', include(admin.site.urls)),
    41     url(r'^accounts/login/',  login,  name='login', ),
     41    url(r'^accounts/login/',  'mit.scripts_login',  name='login', ),
    4242    url(r'^accounts/logout/', logout, name='logout', ),
    4343)
Note: See TracChangeset for help on using the changeset viewer.