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 @@ ...@@ -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> <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>
</div> </div>
{% endfor %}
<script> <script>
...@@ -166,5 +167,4 @@ ...@@ -166,5 +167,4 @@
socket.emit('subscribe_foreign_user_ressources', {{ corpus.user_id }}); socket.emit('subscribe_foreign_user_ressources', {{ corpus.user_id }});
{% endif %} {% endif %}
</script> </script>
{% endfor %}
{% endblock %} {% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment