* Add a forgotten add_character template.
[matthijs/projects/xerxes.git] / templates / influences / add_character.html
diff --git a/templates/influences/add_character.html b/templates/influences/add_character.html
new file mode 100644 (file)
index 0000000..2691084
--- /dev/null
@@ -0,0 +1,13 @@
+{% load i18n %}
+<h2>{% trans "Add a character" %}</h2>
+{% if message %}
+{{ message }}
+{% endif %}
+{% if form %}
+<form method="POST">
+<table>
+{{ form.as_table }}
+</table>
+<input type="submit" value="{% trans "Add" %}"/>
+</form>
+{% endif %}