diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-10 20:32:14 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-10 20:32:14 +0200 |
| commit | 5dcefd3ffc2cc30a723fc31b2637eafb35e6468f (patch) | |
| tree | ed6c6399e13774cd1664f2d3629a4acbd26c5789 /templates/index.html | |
| parent | 452dbd31ea27a4afb3bbac18efd8346677d99296 (diff) | |
| download | jokevote-5dcefd3ffc2cc30a723fc31b2637eafb35e6468f.tar.gz jokevote-5dcefd3ffc2cc30a723fc31b2637eafb35e6468f.zip | |
explain score
Diffstat (limited to 'templates/index.html')
| -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 }}"> |
