public-health-ch/modeladmin/feedler/entry/index.html

12 lines
317 B
HTML
Raw Normal View History

{% extends "modeladmin/index.html %}
{% block header_extra %}
{% if user_can_create %}
<div class="right">
<div class="addbutton">
{% include 'modeladmin/includes/button.html' with button=view.button_helper.export_button %}
</div>
</div>
{% endif %}
{% endblock %}