X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=templates%2Finfluences%2Finfluence_detail.html;h=b06ed889d46c82d81c9a52547628d9091d7c437e;hb=bf8c3434c59c55704ce931a0954bd1e30c4e02f1;hp=60da6b2bfc45843413d9b8251c6b693ba0ac1988;hpb=963e2c8978035dc3f992583145b65c1d57d25ca2;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/templates/influences/influence_detail.html b/templates/influences/influence_detail.html index 60da6b2..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 %}