Changes between Initial Version and Version 2 of Ticket #18047
- Timestamp:
- Apr 1, 2012, 1:01:59 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18047
- Property Component Uncategorized → Internationalization
- Property Type Uncategorized → Bug
-
Ticket #18047 – Description
initial v2 1 1 When I call for: 2 {{{ 2 3 url(r'^login/forgot/$', 'django.contrib.auth.views.password_reset', name='auth_forgot'), 3 4 url(r'^login/forgot/done/$', 'django.contrib.auth.views.password_reset_done'), 4 5 }}} 5 6 Using default template and the generic views with no parameters. 6 7