Fixed Schema URL Error

This commit is contained in:
Ben C 2022-03-01 23:15:34 -05:00
parent 18e5e529af
commit fcf45c6761

View File

@ -32,7 +32,7 @@
<ul class="dropdown-menu" aria-labelledby="navbarDropdown"> <ul class="dropdown-menu" aria-labelledby="navbarDropdown">
{% for schema in schemas %} {% for schema in schemas %}
<li><a class="dropdown-item" <li><a class="dropdown-item"
href="schemas/{{ schema.out_name }}.html">{{ schema.title|title }}</a></li> href="/schemas/{{ schema.out_name }}.html">{{ schema.title|title }}</a></li>
{% endfor %} {% endfor %}
</ul> </ul>
</li> </li>