X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=templates%2Finfluences%2Fcharacter_detail.html;h=09afc68bc32aae774684635619f107e26ad36ddf;hb=d482d83e3ebc9c02d6942aac09f7c697aae7ad07;hp=d418529f812fecc6e30a67ee9b8ba687666656e1;hpb=57bf7e050a270a5ff6149122d81a8a150362dec2;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/templates/influences/character_detail.html b/templates/influences/character_detail.html index d418529..09afc68 100644 --- a/templates/influences/character_detail.html +++ b/templates/influences/character_detail.html @@ -3,14 +3,19 @@ {% block content %} -

{{ object.name }}

-

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

+

{{ 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" %} +{% trans "Submit influence" %} {% endblock %}