X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=templates%2Finfluences%2Findex.html;h=109901e9a7aff73811c8a2740be09cb9094d9c10;hb=089b685a37fa8ecaecba20e10fa6bdcdfe449886;hp=2cfb5a1a4a2b4a11e47f4935310fed5f03c48313;hpb=216e7e2abfa5096921c4022c65c89298d7b7a4f8;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/templates/influences/index.html b/templates/influences/index.html index 2cfb5a1..109901e 100644 --- a/templates/influences/index.html +++ b/templates/influences/index.html @@ -1,5 +1,5 @@ -{% load i18n %} {% extends "base/base.html" %} +{% load i18n %} {% block content %} @@ -7,28 +7,25 @@ {% 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 influences %} {% else %}

{% trans "No influences yet." %}

{% endif %} -

{% trans "Submit influence" %}

- +

{% trans "Submit influence" %}

{% endblock %}