* Delete unused templates.
[matthijs/projects/xerxes.git] / templates / influences / index.html
diff --git a/templates/influences/index.html b/templates/influences/index.html
deleted file mode 100644 (file)
index 0e5ab70..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-{% if characters %}
-       <ul>
-       {% for character in characters %}
-               <li><a href="character/{{ character.id }}/">{{ character.name }}</a></li>
-       {% endfor %}
-       </ul>
-{% else %}
-       <p>Geen karakters.</p>
-{% endif %}