From 83a87a3ac93a50e42ff6bc26fdfbab8eecbf314f Mon Sep 17 00:00:00 2001 From: schneefux Date: Thu, 2 Jun 2016 18:52:15 +0200 Subject: associate jokes to users --- templates/index.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 5eec239..7038617 100644 --- a/templates/index.html +++ b/templates/index.html @@ -37,6 +37,11 @@ {% endif %} + {% if joke.mine %} +
+ stars +
+ {% endif %}
-- cgit v1.3.1