Fixed wrong comparison

This commit is contained in:
Raphael Michel
2016-09-15 20:28:05 +02:00
parent 03ec7e3389
commit 70ce19e786

View File

@@ -40,7 +40,7 @@
<span class="fa fa-trash"></span>
</button>
</div>
{% elif trans.state == 'error' or trans.state == 'duplicate' %}
{% elif trans.state == 'error' or trans.state == 'already' %}
<div class="btn-group" role="group">
<button type="button" class="btn btn-default" name="action_{{ trans.id }}" value="retry"
data-toggle="tooltip" title="{% trans "Retry" %}" data-placement="right">