From: Matthijs Kooijman Date: Wed, 23 Jan 2008 19:55:03 +0000 (+0100) Subject: * Add a forgotten add_character template. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fxerxes.git;a=commitdiff_plain;h=8fb8f376fcd56a83ed1a0d87ee2863bdf465eef9 * Add a forgotten add_character template. --- diff --git a/templates/influences/add_character.html b/templates/influences/add_character.html new file mode 100644 index 0000000..2691084 --- /dev/null +++ b/templates/influences/add_character.html @@ -0,0 +1,13 @@ +{% load i18n %} +

{% trans "Add a character" %}

+{% if message %} +{{ message }} +{% endif %} +{% if form %} +
+ +{{ form.as_table }} +
+ +
+{% endif %}