From e4ec84b86e94f7dca1305c2131d841709c470d2c Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Thu, 14 Nov 2019 00:38:15 +0100 Subject: [PATCH] moved import button --- cookbook/templates/generic/list_template.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/cookbook/templates/generic/list_template.html b/cookbook/templates/generic/list_template.html index 4904f7604..58e2c027a 100644 --- a/cookbook/templates/generic/list_template.html +++ b/cookbook/templates/generic/list_template.html @@ -14,11 +14,15 @@ {% endif %} - {% render_table table %} - {% if import_btn %} {% trans 'Import all' %} +
+
{% endif %} + + {% render_table table %} + + {% endblock content %} \ No newline at end of file