Changeset 2959f8a
- Timestamp:
- 10/17/11 12:06:59 (19 months ago)
- Branches:
- master, crem, crem2, dev, diadems, forma, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test, video
- Children:
- 289a4a3
- Parents:
- 8cae994
- git-author:
- yomguy <yomguy@…> (10/17/11 12:06:59)
- git-committer:
- yomguy <yomguy@…> (10/17/11 12:06:59)
- File:
-
- 1 edited
-
telemeta/urls.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
telemeta/urls.py
r8cae994 r2959f8a 238 238 239 239 # Authentication 240 url(r'^login/$', ' ipauth.views.login', {'template_name': 'telemeta/login.html'},240 url(r'^login/$', 'django.contrib.views.login', {'template_name': 'telemeta/login.html'}, 241 241 name="telemeta-login"), 242 #url(r'^login/$', 'ipauth.views.login', {'template_name': 'telemeta/login.html'}, 243 # name="telemeta-login"), 242 244 url(r'^logout/$', general_view.logout, name="telemeta-logout"), 243 245
Note: See TracChangeset
for help on using the changeset viewer.
