From 001b52fc1b6d2b30b371611f5a8b961e5c6945d3 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 11 Feb 2025 17:59:28 +0200 Subject: Implement find --- browser/templates/base.html.j2 | 18 +----------------- browser/templates/frag_aside.html.j2 | 4 ++-- browser/templates/frag_error.html.j2 | 4 ++-- browser/templates/frag_form_find.html.j2 | 6 +++--- browser/templates/frag_form_range.html.j2 | 2 +- browser/templates/frag_results.html.j2 | 18 ++++++++++++++++++ browser/templates/page_main.html.j2 | 19 +------------------ 7 files changed, 28 insertions(+), 43 deletions(-) create mode 100644 browser/templates/frag_results.html.j2 (limited to 'browser/templates') diff --git a/browser/templates/base.html.j2 b/browser/templates/base.html.j2 index 8b41a85..47b3f6c 100644 --- a/browser/templates/base.html.j2 +++ b/browser/templates/base.html.j2 @@ -14,22 +14,6 @@

Database browser

{% block content %}{% endblock %} - - - - + diff --git a/browser/templates/frag_aside.html.j2 b/browser/templates/frag_aside.html.j2 index 8366436..7ec10ad 100644 --- a/browser/templates/frag_aside.html.j2 +++ b/browser/templates/frag_aside.html.j2 @@ -1,8 +1,8 @@