[WebHost] Fix /templates page referencing the wrong directory
This commit is contained in:
parent
6b1c555d38
commit
ea0ff6cbf7
|
@ -14,7 +14,7 @@
|
||||||
<h1>Option Templates (YAML)</h1>
|
<h1>Option Templates (YAML)</h1>
|
||||||
<ul>
|
<ul>
|
||||||
{% for file in files %}
|
{% 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 %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue