From: Matthijs Kooijman Date: Sat, 9 Feb 2008 22:58:51 +0000 (+0100) Subject: * Fix the approved/not approved display in the character_detail display, it always... X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fxerxes.git;a=commitdiff_plain;h=d482d83e3ebc9c02d6942aac09f7c697aae7ad07 * Fix the approved/not approved display in the character_detail display, it always showed approved. --- diff --git a/templates/influences/character_detail.html b/templates/influences/character_detail.html index 86ddd0e..09afc68 100644 --- a/templates/influences/character_detail.html +++ b/templates/influences/character_detail.html @@ -4,7 +4,7 @@ {% block content %}

{{ object.name }}

-{% ifequal character.status "N" %} +{% ifequal object.status "N" %} {% trans "This character was not yet approved by the SLs" %} {% else %} {% trans "This character is approved by the SLs" %}