Changed urls to all use 'url_for' syntax
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user