From: Matthijs Kooijman Date: Sat, 9 Feb 2008 00:44:24 +0000 (+0100) Subject: * Put a character's status in the email and detail templates. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fxerxes.git;a=commitdiff_plain;h=ee700a92aa5ffc72f65bda9a599f60f400854e55 * Put a character's status in the email and detail templates. --- diff --git a/templates/influences/character_detail.html b/templates/influences/character_detail.html index 164310c..bf6ac95 100644 --- a/templates/influences/character_detail.html +++ b/templates/influences/character_detail.html @@ -4,6 +4,11 @@ {% block content %}

{{ object.name }}

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

{% blocktrans with object.name as name %}Influences for {{ name }}{% endblocktrans %}