From 9922f7b21e1a2d3843368db3c5462509393619df Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Fri, 8 Feb 2008 22:52:25 +0100 Subject: [PATCH] * Add some helpful text above the add influence form. --- templates/influences/add.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/templates/influences/add.html b/templates/influences/add.html index 15716a7..29327c0 100644 --- a/templates/influences/add.html +++ b/templates/influences/add.html @@ -5,6 +5,18 @@

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