Commit 7bc5d3bd authored by delanoe's avatar delanoe

[FIX] If analysis fails, user can now delete data.

parent 586e12d3
...@@ -114,7 +114,12 @@ ...@@ -114,7 +114,12 @@
<span class="glyphicon glyphicon-repeat" aria-hidden="true" <span class="glyphicon glyphicon-repeat" aria-hidden="true"
title='Recalculate ngram scores and similarities'></span> title='Recalculate ngram scores and similarities'></span>
</button> </button>
{% endif %}
{% endifequal %}
{% endfor %}
<button type="button" class="btn btn-default" data-container="body" data-toggle="popover" data-placement="bottom" <button type="button" class="btn btn-default" data-container="body" data-toggle="popover" data-placement="bottom"
data-content=" data-content="
<ul> <ul>
...@@ -131,10 +136,6 @@ ...@@ -131,10 +136,6 @@
title='Delete this corpus'></span> title='Delete this corpus'></span>
</button> </button>
{% endif %}
{% endifequal %}
{% endfor %}
</div> </div>
<div class="col-md-3 content"> <div class="col-md-3 content">
{% for state in corpus.hyperdata.statuses %} {% for state in corpus.hyperdata.statuses %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment