Move person graphs down below title

This commit is contained in:
Peter Stockings
2025-01-27 13:13:59 +11:00
parent 2a5afe51b4
commit d2c03cb81b
3 changed files with 14 additions and 13 deletions

View File

@@ -3,9 +3,6 @@
{% block content %}
<div class="flex flex-grow flex-col bg-white sm:rounded shadow overflow-hidden">
<div class="hidden" hx-get="{{ url_for('get_people_graphs') }}" hx-vals='{"person_id": "{{ person_id }}"}'
hx-trigger="load" hx-target="this" hx-swap="outerHTML">
</div>
<div class="flex items-center justify-between pt-2 pb-2">
<div class="flex">
@@ -25,6 +22,11 @@
</div>
</div>
<div class="hidden" hx-get="{{ url_for('get_people_graphs') }}" hx-vals='{"person_id": "{{ person_id }}"}'
hx-trigger="load" hx-target="this" hx-swap="outerHTML">
</div>
{% if workout_notes %}
<div class="relative w-full overflow-auto">
<table class="w-full caption-bottom text-sm">