From c0e95b9b343a5e2f6ef6cb6d75f3eb315f35a844 Mon Sep 17 00:00:00 2001 From: Kashire Date: Sun, 21 Aug 2016 22:01:58 -0500 Subject: [PATCH 1/3] Update zine.html 1.) fixed zine links, and added volume 3. Also, I think we should add a list of mirrors. --- templates/themes/zine/zine.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/themes/zine/zine.html b/templates/themes/zine/zine.html index bf4f6dac..166c29d0 100755 --- a/templates/themes/zine/zine.html +++ b/templates/themes/zine/zine.html @@ -59,8 +59,9 @@ download
-
01
-
02
+
01
+
02
+
03
From e4a6e62e9b184e7394902f38440171cb2a4fe4fb Mon Sep 17 00:00:00 2001 From: Kashire Date: Mon, 22 Aug 2016 19:40:17 -0500 Subject: [PATCH 2/3] Vastly improved banned.html Added 'You've been banned' video. --- templates/banned.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/banned.html b/templates/banned.html index b4cdf3f9..65d66281 100644 --- a/templates/banned.html +++ b/templates/banned.html @@ -1,6 +1,7 @@ {% filter remove_whitespace %} {# Automatically removes unnecessary whitespace #}
+ {% if ban.expires and time() >= ban.expires %}

{% trans %}You were banned! ;_;{% endtrans %}

{% else %} From 60e849bad07255082cf6095d58e609f56f23c790 Mon Sep 17 00:00:00 2001 From: Kashire Date: Tue, 23 Aug 2016 14:17:23 -0500 Subject: [PATCH 3/3] Re-implimenting the spoiler button potentially re-added the spoiler button. --- templates/post_form.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/post_form.html b/templates/post_form.html index c7a94f8b..e6f201e6 100644 --- a/templates/post_form.html +++ b/templates/post_form.html @@ -52,6 +52,7 @@ + {% endif %} @@ -66,6 +67,7 @@ {% if not (not (config.field_disable_subject or (id and config.field_disable_reply_subject)) or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri))) %} {% if not (not config.field_disable_email or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri))) %} + {% endif %} {% endif %}