From b8178b650c781d8a4450c88564ef6e0164660e6a Mon Sep 17 00:00:00 2001 From: hono4kami Date: Tue, 17 Dec 2024 18:15:36 +0700 Subject: [PATCH] fix: make community search page retain fields Make community search page retain `topic_id`, `language_id`, and `search` Refs: #362 --- app/templates/list_communities.html | 60 +++++++++++++++++++---------- 1 file changed, 39 insertions(+), 21 deletions(-) diff --git a/app/templates/list_communities.html b/app/templates/list_communities.html index 98416594..edf0675a 100644 --- a/app/templates/list_communities.html +++ b/app/templates/list_communities.html @@ -27,27 +27,45 @@
- {% if topics -%} -
Topic: - -
- {% endif -%} - {% if languages -%} -
Language: - -
- {% endif -%} -
+
+ {% if topics -%} +
+ Topic: + +
+ {% endif -%} + {% if languages -%} +
+ Language: + +
+ {% endif -%} +
+ +
+