move templates for views where they belong
[unfold.git] / views / templates / view-slice.html
diff --git a/views/templates/view-slice.html b/views/templates/view-slice.html
deleted file mode 100644 (file)
index 03e5d27..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-{# -*-django-html-mumamo-mode-*- #}
-{% extends 'layout-myslice.html' %}
-
-{% block content_main %}
-{% if name %}
-<p class='well'>We're getting the variable <code>name= {{ name }}</code> from the URL </p>
-{% else %}
-<p class='well'>This URL is not valid, you need to pass a slice name like in <a href="/slice/my.slice.name">/slice/my.slice.name</a></p>
-{% endif %}
-{% endblock content_main %}
-