summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKevin Marsh <kevinmarsh3@gmail.com>2014-12-12 13:27:04 +0000
committerTim Graham <timograham@gmail.com>2014-12-12 09:34:18 -0500
commite2868308bfa4ec165fb54b6128ee18a7b4d50643 (patch)
treeee98b7cf10af5b249bd82bd722e47bce1dd5d421 /docs
parent119154ca7f65d423bb742aa0e32ffcfcb21d4b87 (diff)
Fixed template tag braces spacing.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/admin/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index fd6d8f5f3a..6d631b77b0 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -2391,7 +2391,7 @@ Therefore here is our new ``change_form.html`` :
<li>
<a href="{% url 'admin:view_on_site' content_type_id original.pk %}" class="viewsitelink">{% trans "View on site" %}</a>
</li>
- {% endif%}
+ {% endif %}
{% endblock %}
And that's it! If we placed this file in the ``templates/admin/my_app``