master
Aevann1 2022-02-22 13:57:19 +02:00
parent 461115a733
commit 9f9687e9b5
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@
<a href="/" class="btn btn-secondary">Cancel</a>
</div>
<div class="col text-right">
{% if error %}<span class="text-danger mr-2">{{error}}</span>{% endif %}
{% if error %}<span class="text-danger text-large mr-2">{{error}}</span>{% endif %}
<button class="btn btn-primary" id="create_button" type="submit" disabled>Post</button>
</div>
</div>