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

Fix bug

parent 501871f9
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<p>If the loading takes to long or an error occured, <p>If the loading takes to long or an error occured,
<a onclick="window.location.reload()" href="#">click here</a> <a onclick="window.location.reload()" href="#">click here</a>
to refresh your session or to refresh your session or
<a href="{{ url_for('corpora.corpus', corpus_id=corpus_id) }}">go back</a>! <a href="{{ url_for('corpora.corpus', corpus_id=corpus.id) }}">go back</a>!
</p> </p>
<div id="analysis-init-progress" class="progress"> <div id="analysis-init-progress" class="progress">
<div class="indeterminate"></div> <div class="indeterminate"></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment