X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=templates%2Finfluences%2Finfluence_detail.html;h=b06ed889d46c82d81c9a52547628d9091d7c437e;hb=0cc5c005cc3e24e3859fe00edfa01f560025a7ee;hp=4060a272f7fb73e07a1d79e3daeae152276504f5;hpb=bc85f439bca28daaa7ed04c64aa18de28046a859;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/templates/influences/influence_detail.html b/templates/influences/influence_detail.html index 4060a27..b06ed88 100644 --- a/templates/influences/influence_detail.html +++ b/templates/influences/influence_detail.html @@ -2,11 +2,5 @@ {% load i18n %} {% block content %} - -

{{ object.summary }}

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

{{ object.description }}

+{% include "influences/influence_detail_block.html" %} {% endblock %}