X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=templates%2Finfluences%2Fcharacter_detail.html;h=bf6ac953f190d30fc5fd35eba39d03dd721dafc2;hb=9c4a6a1ad38d92e7fe301a8eb5569904400c37ea;hp=31279853ece8db5e417db1587797037e2e8437df;hpb=c508d4372faf6e365f4e2b36a91d382b069d3d8c;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/templates/influences/character_detail.html b/templates/influences/character_detail.html index 3127985..bf6ac95 100644 --- a/templates/influences/character_detail.html +++ b/templates/influences/character_detail.html @@ -4,13 +4,18 @@ {% block content %}

{{ object.name }}

+{% ifequal character.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 %}