From 5524001fac49e981ecf11086abf2bc0838f11ef0 Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 7 Jun 2016 18:14:40 +0200 Subject: bring undeletion back --- templates/index.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index e49514a..d0b1292 100644 --- a/templates/index.html +++ b/templates/index.html @@ -51,6 +51,7 @@ {% for joke in jokes %}
  • + {% if not joke.deleted %}
    whatshot{{ joke.score }}
    @@ -76,8 +77,17 @@ {{ joke.reports }} + {% else %} +
    + + + +
    + {% endif %}
    -
    +
    {% if joke.mine %}
    @@ -93,7 +103,7 @@
    {{ joke.html|safe }}
    - {% if joke.mine %} + {% if joke.mine and not joke.deleted %} -- cgit v1.3.1