* Fix the approved/not approved display in the character_detail display, it always...
authorMatthijs Kooijman <matthijs@stdin.nl>
Sat, 9 Feb 2008 22:58:51 +0000 (23:58 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Sat, 9 Feb 2008 22:58:51 +0000 (23:58 +0100)
templates/influences/character_detail.html

index 86ddd0ee727a1a45a20ed123e6323cb5c3e2c10c..09afc68bc32aae774684635619f107e26ad36ddf 100644 (file)
@@ -4,7 +4,7 @@
 {% block content %}
 
 <h1>{{ object.name }}</h1>
-{% ifequal character.status "N" %}
+{% ifequal object.status "N" %}
 <em>{% trans "This character was not yet approved by the SLs" %}</em>
 {% else %}
 <em>{% trans "This character is approved by the SLs" %}</em>