From d482d83e3ebc9c02d6942aac09f7c697aae7ad07 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sat, 9 Feb 2008 23:58:51 +0100 Subject: [PATCH] * Fix the approved/not approved display in the character_detail display, it always showed approved. --- templates/influences/character_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" %} -- 2.30.2