Skip to content
Snippets Groups Projects
Commit 01c89386 authored by b4-sharp's avatar b4-sharp
Browse files

Fix refactor bugs

parent 63ed85a6
No related branches found
No related tags found
Loading
......@@ -3,6 +3,8 @@ from flask import render_template, request, flash, redirect, url_for, Flask, ses
import json
from store.utility import *
from store.forms import *
import string
import random
# Official flask-login doc free liecense
......
......@@ -41,7 +41,7 @@ Searching for {{form.query.data}}
<img src="static\image_placeholder.png" alt="{{ item.description }}">
<h2>{{ item.description }}</h2>
<p>£{{ item.price }}</p>
<a href="{{url_for('ItemPage', item_id = item.id)}}">View
<a href="{{url_for('item_page', item_id = item.id)}}">View
Details</a>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment