From ee700a92aa5ffc72f65bda9a599f60f400854e55 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sat, 9 Feb 2008 01:44:24 +0100 Subject: [PATCH] * Put a character's status in the email and detail templates. --- templates/influences/character_detail.html | 5 +++++ templates/influences/email/character_changed.html | 1 + 2 files changed, 6 insertions(+) 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 %}