]> git.0d.be Git - django-panik-matos.git/blobdiff - matos/templates/matos/piece_confirm_delete.html
templates: add proper markup for appbar action buttons
[django-panik-matos.git] / matos / templates / matos / piece_confirm_delete.html
index 7b97c2c8dd7b1e9e8cbacd0b0d53e65376374c6d..2d5345e611eb1a69952de068e2672af061992d70 100644 (file)
@@ -3,7 +3,7 @@
 
 {% block appbar %}
 <h2>{{ object.title }}</h2>
-<span><a href="{% url 'piece-view' pk=object.id %}">{% trans 'Back to Piece' %}</a></span>
+<span class="actions"><a href="{% url 'piece-view' pk=object.id %}">{% trans 'Back to Piece' %}</a></span>
 {% endblock %}
 
 {% block content %}