mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed template tag braces spacing.
This commit is contained in:
parent
119154ca7f
commit
e2868308bf
5 changed files with 7 additions and 7 deletions
|
@ -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``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue