comparison gpp/templates/membermap/index.html @ 194:6a5549c2efb5

Implement #62, add support for CSRF protection.
author Brian Neal <bgneal@gmail.com>
date Sat, 03 Apr 2010 20:00:56 +0000
parents 13d052fbe4f1
children daa2916f5b34
comparison
equal deleted inserted replaced
193:fa7d82bfb100 194:6a5549c2efb5
48 <li>3rd and Main, Chicago, IL</li> 48 <li>3rd and Main, Chicago, IL</li>
49 <li>Tucson, Arizona</li> 49 <li>Tucson, Arizona</li>
50 <li>Rome, Italy</li> 50 <li>Rome, Italy</li>
51 <li>5018EA, Tilburg, Netherlands</li> 51 <li>5018EA, Tilburg, Netherlands</li>
52 </ul> 52 </ul>
53 <form action="" method="post"> 53 <form action="" method="post">{% csrf_token %}
54 {{ form.as_p }} 54 {{ form.as_p }}
55 {% comment_dialogs %} 55 {% comment_dialogs %}
56 <input type="submit" id="member_map_submit" name="submit" value="Submit" /> 56 <input type="submit" id="member_map_submit" name="submit" value="Submit" />
57 <input type="submit" id="member_map_delete" name="delete" value="Delete" /> 57 <input type="submit" id="member_map_delete" name="delete" value="Delete" />
58 </form> 58 </form>