Skip to content
Snippets Groups Projects
Commit 88b0907f authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Fix for loop

parent fb5d9cbf
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,7 @@
<a class="modal-close waves-effect waves-green btn red" href="{{ url_for('corpora.delete_corpus_file', corpus_file_id=file.id, corpus_id=corpus.id) }}">Confirm<i class="material-icons right">send</i></a>
</div>
</div>
{% endfor %}
<script>
......@@ -166,5 +167,4 @@
socket.emit('subscribe_foreign_user_ressources', {{ corpus.user_id }});
{% endif %}
</script>
{% endfor %}
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment