Vague attempt at fixing the horrible mess that was my last commit
This commit is contained in:
parent
9d4d741f16
commit
4329dff678
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ def index():
|
|||
if len(quotes)>0:
|
||||
quote = random.choice(quotes)
|
||||
news = str(Markup.escape(quote.content)).replace('\n', '<br />')
|
||||
news += str("<a href='quote/" + str(quote) + "'>Permalink</a>")
|
||||
news += str("<a href='quote/" + str(quote.id) + "'>Permalink</a>")
|
||||
|
||||
return render_template(
|
||||
"index.html",
|
||||
|
|
Loading…
Add table
Reference in a new issue