flows: export export/import functions in UI

This commit is contained in:
Jens Langhammer
2020-08-28 15:06:25 +02:00
parent b7ca40d98e
commit a977184577
7 changed files with 88 additions and 4 deletions

View File

@ -0,0 +1,13 @@
{% extends base_template|default:"generic/form.html" %}
{% load i18n %}
{% block above_form %}
<h1>
{% trans 'Import Flow' %}
</h1>
{% endblock %}
{% block action %}
{% trans 'Import Flow' %}
{% endblock %}