X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=templates%2Finfluences%2Fcharacter_detail.html;h=1f31ec9c61402b72e356158695481bc6ad096c1c;hb=bf8c3434c59c55704ce931a0954bd1e30c4e02f1;hp=09afc68bc32aae774684635619f107e26ad36ddf;hpb=1d73f73f278e35bc1717376a7796ca1643d642b2;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/templates/influences/character_detail.html b/templates/influences/character_detail.html index 09afc68..1f31ec9 100644 --- a/templates/influences/character_detail.html +++ b/templates/influences/character_detail.html @@ -1,21 +1,5 @@ {% extends "base/base.html" %} -{% load i18n %} {% block content %} - -

{{ object.name }}

-{% ifequal object.status "N" %} -{% trans "This character was not yet approved by the SLs" %} -{% else %} -{% trans "This character is approved by the SLs" %} -{% endifequal %} -

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

- - -{% trans "Submit influence" %} - +{% include "influences/character_detail_block.html" %} {% endblock %}