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