From: Matthijs Kooijman Date: Thu, 7 Feb 2008 16:51:35 +0000 (+0100) Subject: * Make the character name in influence_detail a link to the character's detail page. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fxerxes.git;a=commitdiff_plain;h=bc85f439bca28daaa7ed04c64aa18de28046a859 * Make the character name in influence_detail a link to the character's detail page. --- diff --git a/templates/influences/influence_detail.html b/templates/influences/influence_detail.html index 60da6b2..4060a27 100644 --- a/templates/influences/influence_detail.html +++ b/templates/influences/influence_detail.html @@ -6,7 +6,7 @@

{{ object.summary }}

- +
{% trans "Contact" %}:{{ object.contact }}
{% trans "Character" %}{{ object.character }}
{% trans "Character" %}:{{ object.character }}

{{ object.description }}

{% endblock %}