diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 2 |
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 }}"> |
