import all button, migration

This commit is contained in:
Kaibu
2019-11-14 00:34:35 +01:00
parent 3d3e598e2c
commit c3f62dd469
3 changed files with 23 additions and 1 deletions

View File

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