added chart

This commit is contained in:
2025-09-30 06:14:15 -07:00
parent 6de9c580a5
commit 7e078c07b7
3 changed files with 58 additions and 16 deletions

View File

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