From f31efcdaa1c6ad7e8898f2e93690f2c2f6573e66 Mon Sep 17 00:00:00 2001 From: TheAMM Date: Sat, 20 May 2017 22:50:49 +0300 Subject: [PATCH] Align fields better, move Anonymous as first flag --- nyaa/templates/edit.html | 4 ++-- nyaa/templates/upload.html | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) 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 %}