* Add some helpful text above the add influence form.
authorMatthijs Kooijman <matthijs@stdio.flexvps.nl>
Fri, 8 Feb 2008 21:52:25 +0000 (22:52 +0100)
committerMatthijs Kooijman <matthijs@stdio.flexvps.nl>
Fri, 8 Feb 2008 21:52:25 +0000 (22:52 +0100)
templates/influences/add.html

index 15716a731a218e14db6abcc5b8dc55c5212b6c81..29327c0c82f85d5973c640a9c5f761c8d6ea5ec7 100644 (file)
@@ -5,6 +5,18 @@
 
 <h2>{% trans "Submit influence" %}</h2>
 {% if form %}
+<p>
+{% 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 <em>what</em> your character wants to achieve
+and <em>how</em> he or she plans to achieve it.{% endblocktrans %}
+</p>
+<p>
+{% 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 %}
+</p>
 <form method="POST">
 <table>
 {{ form.as_table }}