]> git.0d.be Git - panikweb-esperanzah.git/blob - panikweb/templates/newsletter/subscriber_form.html
settings: declare PROJECT_PATH
[panikweb-esperanzah.git] / panikweb / templates / newsletter / subscriber_form.html
1 {% extends "base.html" %}
2
3 {% block title %}Newsletter{% endblock %}
4
5 {% block main %}
6 <div class="padded">
7   <form method="post" class="big center" id="subscribe-form">
8     <p>
9       Tous les lundis, l'actualité de Radio Panik.
10     </p>
11
12     {% csrf_token %}
13     {{ form.as_table }}
14     <button>S'abonner</button>
15   </form>
16 </div>
17 {% endblock %}
18