/django/contrib/admin/templates/mako/admin/auth/user/add_form.html
https://code.google.com/p/mango-py/ · HTML · 13 lines · 11 code · 2 blank · 0 comment · 0 complexity · c02629a74f86614f368d7172792d756f MD5 · raw file
- <%inherit file="admin/change_form.html"/>
- <%def name="block_form_top()">
- % if not is_popup:
- <p>${ trans("First, enter a username and password. Then, you'll be able to edit more user options.") }</p>
- % else:
- <p>${ trans("Enter a username and password.") }</p>
- % endif
- </%def>
- <%def name="block_after_field_sets()">
- <script type="text/javascript">document.getElementById("id_username").focus();</script>
- </%def>