Use url_for wherever I can.

This commit is contained in:
Dave Smith-Hayes 2024-12-05 13:32:34 +00:00
parent 4d93592859
commit 2910b2e62f

View File

@ -14,7 +14,7 @@
</ul> </ul>
{% else %} {% else %}
<ul> <ul>
<li><a href="/channel/create">Create Channel</a></li> <li><a href="{{ url_for("channel-create-page") }}">Create Channel</a></li>
</ul> </ul>
{% endif %} {% endif %}
</div> </div>