From a5fad0eb37fd78ce4cdc26dd6bf2510c5ccc5fc9 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 23 Feb 2006 19:05:40 +0000 Subject: [PATCH] Fixed #1387 -- Fixed some XHTML errors in admin templates. Thanks, vineet git-svn-id: http://code.djangoproject.com/svn/django/trunk@2371 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/admin/templates/admin/change_form.html | 2 +- django/contrib/admin/templates/admin_doc/bookmarklets.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/django/contrib/admin/templates/admin/change_form.html b/django/contrib/admin/templates/admin/change_form.html index 982a29d332..02d5760509 100644 --- a/django/contrib/admin/templates/admin/change_form.html +++ b/django/contrib/admin/templates/admin/change_form.html @@ -21,7 +21,7 @@ {% endif %}{% endif %}
{% block form_top %}{% endblock %} -{% if is_popup %}{% endif %} +{% if is_popup %}{% endif %} {% if bound_manipulator.save_on_top %}{% submit_row bound_manipulator %}{% endif %} {% if form.error_dict %}

diff --git a/django/contrib/admin/templates/admin_doc/bookmarklets.html b/django/contrib/admin/templates/admin_doc/bookmarklets.html index 94122d0387..708473750a 100644 --- a/django/contrib/admin/templates/admin_doc/bookmarklets.html +++ b/django/contrib/admin/templates/admin_doc/bookmarklets.html @@ -16,7 +16,7 @@ your computer is "internal").

{% endblocktrans %}
-

{% trans "Documentation for this page" %}

+

{% trans "Documentation for this page" %}

{% trans "Jumps you from any page to the documentation for the view that generates that page." %}

{% trans "Show object ID" %}