mirror of
https://github.com/sstent/foodplanner.git
synced 2026-02-06 17:11:39 +00:00
trying to fix detailed tab
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
</button>
|
</button>
|
||||||
<ul class="dropdown-menu" aria-labelledby="templateDropdown">
|
<ul class="dropdown-menu" aria-labelledby="templateDropdown">
|
||||||
{% for t in templates %}
|
{% 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 %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user