* Delete unused templates.
[matthijs/projects/xerxes.git] / templates / influences / character / detail.html
diff --git a/templates/influences/character/detail.html b/templates/influences/character/detail.html
deleted file mode 100644 (file)
index 509e431..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-{% character = object %}
-<h1>{{ character.name }}</h1>
-Influences voor {{ character.name }}
-<ul>
-{% for influence in influences %}
-       <li>{{ influence }}</li>
-{% endfor %}
-</ul>
-
-<form action="addinfluence/" method="post">
-       <table>
-               <tr>
-                       <td>Contact:</td>
-                       <td><input type="text" name="contact" /></td>
-               </tr>
-               <tr>
-                       <td>Influence:</td>
-                       <td><textarea name="description"></textarea></td>
-               </tr>
-       </table>
-       <input type="submit" value="Indienen"/>
-</form>