summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-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 }}">