Move back link below search results on family tree search page

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 <noreply@anthropic.com>
This commit is contained in:
2025-11-22 14:31:30 -05:00
parent 252ae93729
commit 01acb48652
@@ -7,10 +7,6 @@
<h1>Search Family Tree</h1>
<p class="subtitle">Find individuals in the biblical genealogy</p>
<section>
<p><a href="/family-tree">← Back to Family Tree</a></p>
</section>
<section>
<form method="get" action="/family-tree/search">
<input
@@ -55,4 +51,8 @@
{% endif %}
</section>
{% endif %}
<section>
<p><a href="/family-tree">← Back to Family Tree</a></p>
</section>
{% endblock %}