Changed urls to all use 'url_for' syntax

This commit is contained in:
2024-02-06 19:30:08 +00:00
parent f254c011b6
commit 7ebeb10cda
6 changed files with 14 additions and 27 deletions

View File

@ -17,6 +17,6 @@
</form>
<div id="create-account-wrap">
<p>Not a member? <a href="signup">Create Account</a><p>
<p>Not a member? <a href="{{url_for('main.users.display_signup')}}">Create Account</a><p>
</div>
</div>