From 64489fada9bc076b1946530a9ad97c035a063e80 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 6 Feb 2024 04:20:54 +0200 Subject: [PATCH] show hole buttons in holes in WPD --- files/templates/sidebar_WPD.html | 158 ++++++++++++++++--------------- 1 file changed, 80 insertions(+), 78 deletions(-) diff --git a/files/templates/sidebar_WPD.html b/files/templates/sidebar_WPD.html index 16b51379b..ea3830a45 100644 --- a/files/templates/sidebar_WPD.html +++ b/files/templates/sidebar_WPD.html @@ -55,92 +55,94 @@ {% if hole and hole.sidebar_html %}
{{hole.sidebar_html|safe}}
- {% else %} -
-
-
DEATH
-
-
- + {% endif %} -
-
-
GORE
-
-
- +
+
+
DEATH
+
+
+ -
-
-
SOCIAL
-
-
- +
+
+
GORE
+
+
+ -
-
-
ACTIVE CONFLICTS
-
-
- +
+
+
ACTIVE CONFLICTS
+
+
+ + + {% if not (hole and hole.sidebar_html) %} - -
-
- Live commit: {{git_head()[0]}} -
{% endif %} + +
+
+ Live commit: {{git_head()[0]}} +