[WebHost] Fix /templates page referencing the wrong directory

This commit is contained in:
Chris Wilson 2022-01-24 19:11:44 -05:00
parent 6b1c555d38
commit ea0ff6cbf7
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<h1>Option Templates (YAML)</h1>
<ul>
{% for file in files %}
<li><a href="{{ url_for('static', filename="generated/"+file+".yaml") }}">{{ file }}</a></li>
<li><a href="{{ url_for('static', filename="generated/configs/"+file+".yaml") }}">{{ file }}</a></li>
{% endfor %}
</ul>
</div>