* Split off the detail and list templates into a normal one that generates a full...
[matthijs/projects/xerxes.git] / templates / influences / influence_list.html
diff --git a/templates/influences/influence_list.html b/templates/influences/influence_list.html
new file mode 100644 (file)
index 0000000..3f50a1f
--- /dev/null
@@ -0,0 +1,5 @@
+{% extends "base/base.html" %}
+
+{% block content %}
+{% include "influences/influence_list_block.html" %}
+{% endblock %}