X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=sidebyside;f=templates%2Finfluences%2Findex.html;h=ccd2da9d670e14cd9a94b731db078011279b0028;hb=03d14f17ab41284f09f3a1eb903314d52d93f19b;hp=e95fd02e1f1aff6b00e8112e02d37847ccc7f598;hpb=a42aa658270f07f99ccd2c4e6595e33728b64792;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/templates/influences/index.html b/templates/influences/index.html index e95fd02..ccd2da9 100644 --- a/templates/influences/index.html +++ b/templates/influences/index.html @@ -1,28 +1,33 @@ +{% extends "base/base.html" %} {% load i18n %} -

{% trans "Your characters"%}

+ +{% block content %} + +

{% 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 %}