X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=templates%2Finfluences%2Fadd.html;h=29327c0c82f85d5973c640a9c5f761c8d6ea5ec7;hb=9922f7b21e1a2d3843368db3c5462509393619df;hp=3c6c866781810ff30eaebea6af53ae58384367af;hpb=216e7e2abfa5096921c4022c65c89298d7b7a4f8;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/templates/influences/add.html b/templates/influences/add.html index 3c6c866..29327c0 100644 --- a/templates/influences/add.html +++ b/templates/influences/add.html @@ -1,13 +1,22 @@ -{% load i18n %} {% extends "base/base.html" %} +{% load i18n %} {% block content %}

{% trans "Submit influence" %}

-{% if message %} -{{ message }} -{% endif %} {% 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 }}