Allow to discard duplicate orders

This commit is contained in:
Raphael Michel
2016-09-09 09:32:48 +02:00
parent bb1cd6bcec
commit e0f0a3a87f

View File

@@ -40,7 +40,7 @@
<span class="fa fa-trash"></span>
</button>
</div>
{% elif trans.state == 'error' %}
{% elif trans.state == 'error' or trans.state == 'duplicate' %}
<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">