]> git.0d.be Git - django-panik-emissions.git/commitdiff
templates: fix location of extra action cells block
authorFrédéric Péters <fpeters@0d.be>
Mon, 31 May 2021 11:01:05 +0000 (13:01 +0200)
committerFrédéric Péters <fpeters@0d.be>
Mon, 31 May 2021 11:01:05 +0000 (13:01 +0200)
emissions/templates/emissions/episode_detail.html

index 91a60803d0d1d73a01831dae46bb0f2bf5113876..2dfd5fea0a497f82df528ab284c957d419144597 100644 (file)
                 class="icon-edit" rel="popup" title="{% trans "Edit" %}"></a></td>{% endif %}
 {% if can_manage %}<td><a href="sounds/{{ soundfile.id }}/remove"
                 class="icon-remove-sign" rel="popup" title="{% trans "Remove" %}"></a></td>{% endif %}
-{% endfor %}
 {% block soundfiles-extra-action-cells %}{% endblock %}
+{% endfor %}
+</tr>
 </tbody>
 </table>
 </div>