X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=templates%2Finfluences%2Fadd.html;h=1a3bb01ba7ca75d9fb738fe5205116e48a02dadb;hb=a99b1180ae2623918d8b5f49dede4d212515789f;hp=db277e916aa326f49d673410eadcf46df080ee1b;hpb=d97a17fc5f4d7f1f7e70220171352224f64b2cf6;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/templates/influences/add.html b/templates/influences/add.html index db277e9..1a3bb01 100644 --- a/templates/influences/add.html +++ b/templates/influences/add.html @@ -1,9 +1,22 @@ +{% extends "base/base.html" %} {% load i18n %} -

{% trans "Submit influence" %}

-{% if message %} -{{ message }} -{% endif %} + +{% block content %} + +

{% trans "Submit influence" %}

{% if form %} +

+{% blocktrans %}You can submit an influence here. Use this form if your character wants +to achieve something between events, such as gathering information +through a contact, arranging for an ally to do a dirty job, etc. Please +add a clear description of what your character wants to achieve +and how he or she plans to achieve it.{% endblocktrans %} +

+

+{% blocktrans %}After you have submitted the influence, you will receive +a summary by email. When the SLs change something about the influence, +or add a resolution, you will again be notified by email.{% endblocktrans %} +

{{ form.as_table }} @@ -11,3 +24,5 @@ {% endif %} + +{% endblock %}