* Mark all strings used so far as translatable.
[matthijs/projects/xerxes.git] / templates / influences / character_addinfluence.html
1 {% load i18n %}
2 <h2>{% trans "Submit influence" %}</h2>
3 {% if message %}
4 {{ message }}
5 {% endif %}
6 {% if form %}
7 <form method="POST">
8 <table>
9 {{ form.as_table }}
10 </table>
11 <input type="submit" value="{% trans "Submit" %}"/>
12 </form>
13 {% endif %}