Aevann 2022-12-30 19:41:29 +02:00
parent ddf4e1ee46
commit 3b71e5dba4
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@
</div>
<div class="col text-right">
{% if error %}<span class="text-danger text-large mr-2">{{error | safe}}</span>{% endif %}
<button type="submit" class="btn btn-primary" id="create_button" type="submit" data-nonce="{{g.nonce}}" data-onclick="disable(this)">Post</button>
<button type="submit" class="btn btn-primary" id="create_button" type="submit" data-nonce="{{g.nonce}}" data-onclick="disable(this);remove_dialog()">Post</button>
</div>
</div>
</div>