From ada370e59a6347aed20f3380364095bf34f62e1c Mon Sep 17 00:00:00 2001 From: nukeop Date: Thu, 5 Jan 2017 23:50:36 +0100 Subject: [PATCH] Add absolute links in some places --- smash/templates/queue.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smash/templates/queue.html b/smash/templates/queue.html index dc915de..aebecea 100644 --- a/smash/templates/queue.html +++ b/smash/templates/queue.html @@ -4,7 +4,7 @@ {% if quotes %} {% for quote in quotes %}
- #{{ quote.id }} + #{{ quote.id }} + ({{quote.rating}}) -
{{ quote.time }}
@@ -25,7 +25,7 @@ Tags: {% for tag in quote.tags %} - {{tag.name}} + {{tag.name}} {% endfor %}