* Initial import of a django project.
[matthijs/projects/xerxes.git] / templates / influences / character_addinfluence.html
1 <h1><a href="/influences/character/{{ character.id }}/">{{ character.name }}</a></h1>
2 <p>Influence toevoegen</p>
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"/>
12 </form>
13 {% endif %}