~ubuntu-branches/ubuntu/saucy/python-django/saucy-updates

« back to all changes in this revision

Viewing changes to django/contrib/admin/templates/admin/auth/user/add_form.html

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-10-12 11:34:35 UTC
  • mfrom: (1.2.7 upstream)
  • mto: This revision was merged to the branch mainline in revision 30.
  • Revision ID: james.westby@ubuntu.com-20101012113435-9lnsrh0i3mxozbt0
Tags: upstream-1.2.3
ImportĀ upstreamĀ versionĀ 1.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
{% load i18n %}
3
3
 
4
4
{% block form_top %}
 
5
  {% if not is_popup %}
5
6
    <p>{% trans "First, enter a username and password. Then, you'll be able to edit more user options." %}</p>
6
 
    <input type="hidden" name="_continue" value="1" />
 
7
  {% else %}
 
8
    <p>{% trans "Enter a username and password." %}</p>
 
9
  {% endif %}
7
10
{% endblock %}
8
11
 
9
12
{% block after_field_sets %}