comparison mysite/templates/band/mail.html @ 26:efb2da0b5d10

Merging the django1.3 branch into trunk.
author Brian Neal <bgneal@gmail.com>
date Wed, 30 Mar 2011 00:16:32 +0000
parents 0dcfcdf50c62
children
comparison
equal deleted inserted replaced
21:f3052378ab47 26:efb2da0b5d10
3 {% block content %} 3 {% block content %}
4 <h1>Madeira Mailing List</h1> 4 <h1>Madeira Mailing List</h1>
5 <p>Get on the Madeira mailing list to receive updates about upcoming shows, releases, and website updates. 5 <p>Get on the Madeira mailing list to receive updates about upcoming shows, releases, and website updates.
6 This is a low volume list. We do not share your email address with anyone.</p> 6 This is a low volume list. We do not share your email address with anyone.</p>
7 <fieldset><legend>Mailing List</legend> 7 <fieldset><legend>Mailing List</legend>
8 <form method="post" action="{{ request.build_absolute_uri }}"> 8 <form method="post" action="{{ request.build_absolute_uri }}">{% csrf_token %}
9 <table border="0" class="input-form"> 9 <table border="0" class="input-form">
10 {% for field in form %} 10 {% for field in form %}
11 <tr> 11 <tr>
12 <th>{{ field.label_tag }}{% if field.field.required %}*{% endif %}:</th> 12 <th>{{ field.label_tag }}{% if field.field.required %}*{% endif %}:</th>
13 <td>{{ field }} 13 <td>{{ field }}