]> git.0d.be Git - panikweb.git/blob - panikweb_templates/templates/newsletter/subscriber_form.html
misc: run manage.py with python3
[panikweb.git] / panikweb_templates / 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