X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=templates%2Finfluences%2Fcharacter_detail.html;h=b95a884eb2a1daabb32e6d3b35a22b3286bdd566;hb=58e7fd3db1ba06622b5e09e1bacbbb8a5608d37a;hp=56c60cd50bcc18528abe6438c6b7dc233919cfe1;hpb=25f8408523048e3734758d970efaf12b1d7157db;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/templates/influences/character_detail.html b/templates/influences/character_detail.html index 56c60cd..b95a884 100644 --- a/templates/influences/character_detail.html +++ b/templates/influences/character_detail.html @@ -1,9 +1,16 @@ -

{{ object.name }}

-Influences voor {{ object.name }} +{% extends "base/base.html" %} +{% load i18n %} + +{% block content %} + +

{{ object.name }}

+

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

-Influence toevoegen +{% trans "Submit influence" %} + +{% endblock %}