]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/templates/newsletter/subscriber_form.html
move static & templates to panikweb project directory
[panikweb.git] / panikweb_templates / templates / newsletter / subscriber_form.html
diff --git a/panikweb_templates/templates/newsletter/subscriber_form.html b/panikweb_templates/templates/newsletter/subscriber_form.html
deleted file mode 100644 (file)
index 7bf9da9..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %}Newsletter{% endblock %}
-
-{% block main %}
-<div class="padded">
-  <form method="post" class="big center" id="subscribe-form">
-    <p>
-      Tous les lundis, l'actualité de Radio Panik.
-    </p>
-
-    {% csrf_token %}
-    {{ form.as_table }}
-    <button>S'abonner</button>
-  </form>
-</div>
-{% endblock %}
-