From c3624eaad8d5f79c52f192e7978dfa4fe69044f6 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 25 Mar 2022 18:34:28 -0700 Subject: initial implementation of RSS search feeds UI integration needs work --- fatcat_scholar/templates/base.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'fatcat_scholar/templates/base.html') diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index 093d4e4..ce74f26 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -136,6 +136,21 @@
+ {% if query %} +
+ + {% if query.filter_type %} + + {% endif %} + {% if query.filter_availability %} + + {% endif %} + +
+   + {% endif %} {{ _("User Guide") }}
-- cgit v1.2.3