From 8fb8f376fcd56a83ed1a0d87ee2863bdf465eef9 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 23 Jan 2008 20:55:03 +0100 Subject: [PATCH] * Add a forgotten add_character template. --- templates/influences/add_character.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/influences/add_character.html 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 %} -- 2.30.2