]> git.0d.be Git - panikweb.git/blobdiff - panikweb/templates/newsletter/subscriber_form.html
move static & templates to panikweb project directory
[panikweb.git] / panikweb / templates / newsletter / subscriber_form.html
diff --git a/panikweb/templates/newsletter/subscriber_form.html b/panikweb/templates/newsletter/subscriber_form.html
new file mode 100644 (file)
index 0000000..7bf9da9
--- /dev/null
@@ -0,0 +1,18 @@
+{% 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 %}
+