diff --git a/modeladmin/feedler/entry/index.html b/modeladmin/feedler/entry/index.html index 3289d81..09a3d40 100644 --- a/modeladmin/feedler/entry/index.html +++ b/modeladmin/feedler/entry/index.html @@ -1,7 +1,11 @@ {% extends "modeladmin/index.html %} {% block header_extra %} - {% include 'modeladmin/includes/button.html' with button=view.button_helper.export_button %} - My New Button - {{ block.super }}{% comment %}Display the original buttons {% endcomment %} + {% if user_can_create %} +
+
+ {% include 'modeladmin/includes/button.html' with button=view.button_helper.export_button %} +
+
+ {% endif %} {% endblock %}