diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-12-09 02:15:23 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-12-09 02:15:23 +0000 |
| commit | cecd2951879b31e32210218776f8459e4f90c07a (patch) | |
| tree | 7687240ff4860cfb6f23207357d9706b5c6a406c | |
| parent | b625153b49bf09c36caf9e4a75b0125092d8da56 (diff) | |
Negligible quoting change to contrib/admin/templates/admin/change_form.html
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1572 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/contrib/admin/templates/admin/change_form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/admin/templates/admin/change_form.html b/django/contrib/admin/templates/admin/change_form.html index 1526e2b37e..1ea7e68fe8 100644 --- a/django/contrib/admin/templates/admin/change_form.html +++ b/django/contrib/admin/templates/admin/change_form.html @@ -20,7 +20,7 @@ {% if bound_manipulator.has_absolute_url %}<li><a href="/r/{{ bound_manipulator.content_type_id }}/{{ object_id }}/" class="viewsitelink">{% trans "View on site" %}</a></li>{% endif%} </ul> {% endif %}{% endif %} -<form {{ bound_manipulator.form_enc_attrib }} action='{{ form_url }}' method="post">{% block form_top %}{% endblock %} +<form {{ bound_manipulator.form_enc_attrib }} action="{{ form_url }}" method="post">{% block form_top %}{% endblock %} {% if is_popup %}<input type="hidden" name="_popup" value="1">{% endif %} {% if bound_manipulator.save_on_top %}{% submit_row bound_manipulator %}{% endif %} {% if form.error_dict %} |
