summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-06-10 20:32:14 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-06-10 20:32:14 +0200
commit5dcefd3ffc2cc30a723fc31b2637eafb35e6468f (patch)
treeed6c6399e13774cd1664f2d3629a4acbd26c5789 /templates
parent452dbd31ea27a4afb3bbac18efd8346677d99296 (diff)
downloadjokevote-5dcefd3ffc2cc30a723fc31b2637eafb35e6468f.tar.gz
jokevote-5dcefd3ffc2cc30a723fc31b2637eafb35e6468f.zip
explain score
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index dd45138..9e0b41b 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -61,7 +61,7 @@
<div class="col s4 m2 valign">
{% if not joke.deleted %}
<div>
- <i class="material-icons">whatshot</i><span class="right">{{ joke.score }}</span>
+ <i class="material-icons">whatshot</i> <span class="right">{{ joke.score }} Punkte</span>
</div>
<form action="/upvote" method="post">
<input type="hidden" name="id" value="{{ joke.id }}">