Changed the UI of creating custom tokens

This commit is contained in:
xemeds
2020-08-26 11:13:50 +03:00
parent 661bfb3e46
commit c2a6e61ea0
3 changed files with 14 additions and 44 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<h1>&#60 Report &#62</h1>
{{ form.hidden_tag() }}
{{ form.url(placeholder="Enter the short URL", autofocus=true, class="feedback-input") }}
{{ form.message(placeholder="Enter a short message explaining the reason for your report", class="feedback-input") }}
{{ form.message(placeholder="Enter a short message explaining the reason of your report", class="feedback-input") }}
{{ form.submit(class="button") }}
{% if form.errors %}
<div class="form-errors">