Changeset 134
- Timestamp:
- 19/07/08 01:52:13 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
django/domainmanager/trunk/templates/registration/login.html
r129 r134 3 3 {% block content %} 4 4 5 {% if form.has_errors %}5 {% if form.has_errors or not form.is_valid %} 6 6 <p>Your username and password didn't match. Please try again.</p> 7 7 {% endif %}
Note: See TracChangeset
for help on using the changeset viewer.
