projects
/
matthijs
/
projects
/
xerxes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d031025
)
* Fix the approved/not approved display in the character_detail display, it always...
author
Matthijs Kooijman
<matthijs@stdin.nl>
Sat, 9 Feb 2008 22:58:51 +0000
(23:58 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Sat, 9 Feb 2008 22:58:51 +0000
(23:58 +0100)
templates/influences/character_detail.html
patch
|
blob
|
history
diff --git
a/templates/influences/character_detail.html
b/templates/influences/character_detail.html
index 86ddd0ee727a1a45a20ed123e6323cb5c3e2c10c..09afc68bc32aae774684635619f107e26ad36ddf 100644
(file)
--- a/
templates/influences/character_detail.html
+++ b/
templates/influences/character_detail.html
@@
-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>