From e56a804f4edc8c088349911b23d714a359cdc247 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Tue, 22 Oct 2024 22:54:25 +0200 Subject: [PATCH] Add sort option to search form template --- archivist/apps/templates/sites/browse.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/archivist/apps/templates/sites/browse.html b/archivist/apps/templates/sites/browse.html index fc057d3..3532c76 100644 --- a/archivist/apps/templates/sites/browse.html +++ b/archivist/apps/templates/sites/browse.html @@ -44,6 +44,18 @@ +
+ +
+ {% for radio in form.sort %} +
+ + +
+ {% endfor %} +
+
+
{{ form.category }}