moved import button

This commit is contained in:
vabene1111
2019-11-14 00:38:15 +01:00
parent 6b81ad0e6b
commit e4ec84b86e

View File

@@ -14,11 +14,15 @@
</a> </a>
{% endif %} {% endif %}
</h3> </h3>
{% render_table table %}
{% if import_btn %} {% if import_btn %}
<a href="{% url 'data_batch_import' %}" class="btn btn-warning">{% trans 'Import all' %}</a> <a href="{% url 'data_batch_import' %}" class="btn btn-warning">{% trans 'Import all' %}</a>
<br/>
<br/>
{% endif %} {% endif %}
{% render_table table %}
</div> </div>
{% endblock content %} {% endblock content %}