From 421e5d579a005214a7ff3f3305b76e8be8037694 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sat, 11 Jun 2022 00:21:48 +0100 Subject: make radio buttons inline instead of on multiple lines --- apioforum/templates/view_forum.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apioforum/templates/view_forum.html b/apioforum/templates/view_forum.html index 4cc5f5d..b03d51a 100644 --- a/apioforum/templates/view_forum.html +++ b/apioforum/templates/view_forum.html @@ -105,7 +105,7 @@ you do not have permission to create threads in this forum {% for the_tag in avail_tags %} -
+ @@ -113,7 +113,7 @@ you do not have permission to create threads in this forum {{tag(the_tag)}} {% endfor %} -

+
-- cgit v1.2.3