Skip to content
Snippets Groups Projects
Commit fb97f8fa authored by Paula Hermenau's avatar Paula Hermenau
Browse files

export insted of import

parent 82489d27
No related merge requests found
......@@ -35,7 +35,7 @@
<form action="{{ url_for('download') }}" method="get" name="downloadType" id="downloadType">
<select name="selectType" id="fileType" method="get" action="{{ url_for('download') }} form="downloadType">
{% for type in fileTypes %}
<option value= "{{type}}"> import as .{{type}} </option>
<option value= "{{type}}"> export as .{{type}} </option>
{% endfor %}
</select>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment