From b036a51cfbed5ed38bfda554be62830ea185bc70 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Sun, 13 Aug 2023 22:00:58 -0700 Subject: [PATCH] Add more obvious notifier that the post is an OP Signed-off-by: Alek Ratzloff --- chanbans/templates/index.html | 4 +++- static/style00.css | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/chanbans/templates/index.html b/chanbans/templates/index.html index ff33dae..08f96cd 100644 --- a/chanbans/templates/index.html +++ b/chanbans/templates/index.html @@ -42,7 +42,9 @@
-
+
+ {% if post['op'] %}
OP
{%endif %} +