* Remove unused "message" from add character and add influence templates.
authorMatthijs Kooijman <matthijs@stdin.nl>
Sun, 3 Feb 2008 18:27:57 +0000 (19:27 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Sun, 3 Feb 2008 18:27:57 +0000 (19:27 +0100)
templates/influences/add.html
templates/influences/add_character.html

index 695b89c9f9dd5a03176940bbb41a31a59183ce44..15716a731a218e14db6abcc5b8dc55c5212b6c81 100644 (file)
@@ -4,9 +4,6 @@
 {% block content %}
 
 <h2>{% trans "Submit influence" %}</h2>
-{% if message %}
-{{ message }}
-{% endif %}
 {% if form %}
 <form method="POST">
 <table>
index 2cda983f07610d46ce73b4f2e68677932a61abde..c81e088cd6e36c4dc9902ba7f0763b8484d9a705 100644 (file)
@@ -3,9 +3,6 @@
 
 {% block content %}
 <h2>{% trans "Add a character" %}</h2>
-{% if message %}
-{{ message }}
-{% endif %}
 {% if form %}
 <form method="POST">
 <table>