From 2c8eeac0d22b770a655835ad2e1361d979418412 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Fri, 16 Jan 2009 22:41:27 +0100 Subject: [PATCH] Update template to use initiator. This updates the character_detail_block template to use the righ related name for the recently Influence.initiator property. --- templates/influences/character_detail_block.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/influences/character_detail_block.html b/templates/influences/character_detail_block.html index 6c0a67b..a206cf4 100644 --- a/templates/influences/character_detail_block.html +++ b/templates/influences/character_detail_block.html @@ -5,9 +5,10 @@ {% else %} {% trans "This character is approved by the SLs" %} {% endifequal %} -

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

+ +

{% blocktrans with object.name as name %}Influences initiated by {{ name }}{% endblocktrans %}

-- 2.30.2