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

@ -31,6 +31,6 @@
</form>
<div id="create-account-wrap">
<p>Want to view all of your products? <a href="">Click Here</a><p>
<p>Want to view all of your products? <a href="{{url_for('main.products.display_own_products')}}">Click Here</a><p>
</div>
</div>