Changed the UI of creating custom tokens
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<h1>< Report ></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">
|
||||
|
||||
Reference in New Issue
Block a user