From abfb1bfe7f5fc9ea8c2e2965039374a69f0926dc Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Wed, 4 Jan 2023 14:40:07 +0100 Subject: [PATCH] Stash --- pynyaata/templates/index.html.j2 | 14 ++++++++++++++ pynyaata/templates/layout.html.j2 | 14 +++++++++----- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/pynyaata/templates/index.html.j2 b/pynyaata/templates/index.html.j2 index 8808ef4..88c1cd7 100644 --- a/pynyaata/templates/index.html.j2 +++ b/pynyaata/templates/index.html.j2 @@ -3,6 +3,20 @@

{{ _("Ο€πŸ˜ΌγŸ") }}

+
+
+
+
+ {{ search_form.q(placeholder=_("Search animes ..."), class="input", value=request.args.get("q", "")) }} +
+
+ +
+
+
+
{% endblock body %} diff --git a/pynyaata/templates/layout.html.j2 b/pynyaata/templates/layout.html.j2 index b389add..5ee181d 100644 --- a/pynyaata/templates/layout.html.j2 +++ b/pynyaata/templates/layout.html.j2 @@ -32,11 +32,15 @@