X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=templates%2Finfluences%2Findex.html;h=ccd2da9d670e14cd9a94b731db078011279b0028;hb=d137dd11f58dba71676c00d52cf0ac35c699a7b8;hp=5a6de5e6d86801afc98d1399560962724358aa9f;hpb=c508d4372faf6e365f4e2b36a91d382b069d3d8c;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/templates/influences/index.html b/templates/influences/index.html index 5a6de5e..ccd2da9 100644 --- a/templates/influences/index.html +++ b/templates/influences/index.html @@ -3,31 +3,31 @@ {% block content %} -

{% trans "Your characters"%}

+

{% trans "Your characters"%}

{% if characters %} {% else %}

{% trans "No characters. Add a character first, so you can submit your influences." %}

{% endif %} -

{% trans "Add character" %}

+

{% trans "Add character" %}

-

{% trans "Your influences" %}

+{% if characters %} +

{% trans "Your influences" %}

{% if influences %} {% else %}

{% trans "No influences yet." %}

{% endif %} -

{% trans "Submit influence" %}

+

{% trans "Submit influence" %}

+{% endif %} {% endblock %}