X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=templates%2Finfluences%2Fadd_influence.html;fp=templates%2Finfluences%2Fadd_influence.html;h=1a3bb01ba7ca75d9fb738fe5205116e48a02dadb;hb=3953592c299acc7770d4adeac3a95a7cb882cd0c;hp=0000000000000000000000000000000000000000;hpb=687734094499d8c8cb11d726ddc838d64abede42;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/templates/influences/add_influence.html b/templates/influences/add_influence.html new file mode 100644 index 0000000..1a3bb01 --- /dev/null +++ b/templates/influences/add_influence.html @@ -0,0 +1,28 @@ +{% extends "base/base.html" %} +{% load i18n %} + +{% 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 }} +
+ +
+{% endif %} + +{% endblock %}