trying to fix detailed tab

This commit is contained in:
2025-09-30 06:27:22 -07:00
parent 7e078c07b7
commit 298750e40b

View File

@@ -30,7 +30,7 @@
</button>
<ul class="dropdown-menu" aria-labelledby="templateDropdown">
{% for t in templates %}
<li><a class="dropdown-item" href="{{ url_for('detailed', template_id=t.id) }}">{{ t.name }}</a></li>
<li><a class="dropdown-item" href="{{ url_for('detailed', person=person, plan_date=plan_date, template_id=t.id) }}">{{ t.name }}</a></li>
{% endfor %}
</ul>
</div>