Mercurial > public > sg101
comparison gpp/templates/forums/manage_subscriptions.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 | 500e5875a306 |
children |
comparison
equal
deleted
inserted
replaced
193:fa7d82bfb100 | 194:6a5549c2efb5 |
---|---|
6 <h3> | 6 <h3> |
7 <a href="{% url forums-index %}">SurfGuitar101 Forum Index</a> » Topic Subscriptions | 7 <a href="{% url forums-index %}">SurfGuitar101 Forum Index</a> » Topic Subscriptions |
8 </h3> | 8 </h3> |
9 <p>The forum topics you are currently subscribed to are listed below.</p> | 9 <p>The forum topics you are currently subscribed to are listed below.</p> |
10 {% include 'forums/pagination.html' %} | 10 {% include 'forums/pagination.html' %} |
11 <form action="." method="post"> | 11 <form action="." method="post">{% csrf_token %} |
12 <table class="forum-topic-table"> | 12 <table class="forum-topic-table"> |
13 <thead> | 13 <thead> |
14 <tr> | 14 <tr> |
15 <th>Forum</th> | 15 <th>Forum</th> |
16 <th>Topic</th> | 16 <th>Topic</th> |