diff --git a/nyaa/templates/edit.html b/nyaa/templates/edit.html index d35b752..44dfd51 100644 --- a/nyaa/templates/edit.html +++ b/nyaa/templates/edit.html @@ -25,10 +25,10 @@
-
+
{{ render_field(form.information, class_='form-control', placeholder='Your website or IRC channel') }}
-
+
{% if editor.is_admin %} diff --git a/nyaa/templates/upload.html b/nyaa/templates/upload.html index 803fec4..778a37d 100644 --- a/nyaa/templates/upload.html +++ b/nyaa/templates/upload.html @@ -32,12 +32,16 @@
-
+
{{ render_field(form.information, class_='form-control', placeholder='Your website or IRC channel') }}
-
+
+ - {% if user.is_trusted %}