From 01acb486526c3a3c654ae78de71f6b0029b9d4f2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 22 Nov 2025 14:31:30 -0500 Subject: [PATCH] Move back link below search results on family tree search page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Repositioned the "← Back to Family Tree" link to appear below the search results instead of above them. This improves UX by keeping the search results more prominent and accessible, especially when there are multiple matches. New layout order: 1. Search form 2. Results (when present) 3. Back to Family Tree link 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/templates/family_tree_search.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kjvstudy_org/templates/family_tree_search.html b/kjvstudy_org/templates/family_tree_search.html index ae8d7f0..97ac287 100644 --- a/kjvstudy_org/templates/family_tree_search.html +++ b/kjvstudy_org/templates/family_tree_search.html @@ -7,10 +7,6 @@

Search Family Tree

Find individuals in the biblical genealogy

-
-

← Back to Family Tree

-
-
{% endif %} + +
+

← Back to Family Tree

+
{% endblock %}