Fixed template tag braces spacing.

This commit is contained in:
Kevin Marsh 2014-12-12 13:27:04 +00:00 committed by Tim Graham
parent 119154ca7f
commit e2868308bf
5 changed files with 7 additions and 7 deletions

View file

@ -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``