Commit 17d6367f by Kálmán Viktor

dashboard: remove disabled attr from button (oups)

parent 0fecf77a
......@@ -13,7 +13,7 @@
<br />
<div class="pull-right" style="margin-top: 15px;">
<button type="button" class="btn btn-default" data-dismiss="modal">{% trans "Cancel" %}</button>
<button disabled id="confirmation-modal-button" type="button" class="btn btn-danger"
<button id="confirmation-modal-button" type="button" class="btn btn-danger"
{% if disable_submit %}disabled{% endif %}
>{% trans "Delete" %}</button>
</div>
......
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 sign in to comment