Mercurial > public > sg101
comparison gpp/templates/forums/display_post.html @ 98:d0d779dd0832
Forums: flag posts.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 13 Sep 2009 21:45:35 +0000 |
parents | 93d9e74a471e |
children | 59688577a8f1 |
comparison
equal
deleted
inserted
replaced
97:96eec1ed0fd3 | 98:d0d779dd0832 |
---|---|
8 Posts: {{ post.user.get_profile.forum_post_count }}<br /> | 8 Posts: {{ post.user.get_profile.forum_post_count }}<br /> |
9 Location: {{ post.user.get_profile.location }}<br /> | 9 Location: {{ post.user.get_profile.location }}<br /> |
10 </td> | 10 </td> |
11 <td class="forum-post-body"> | 11 <td class="forum-post-body"> |
12 <div class="forum-post-info quiet"> | 12 <div class="forum-post-info quiet"> |
13 <a href="{{ post.get_absolute_url }}"><img src="{{ MEDIA_URL }}icons/link.png" alt="Link" title="Link to this post" /></a> | 13 <a href="{{ post.get_absolute_url }}"><img src="{{ MEDIA_URL }}icons/link.png" alt="Link" title="Link to this post" /></a> |
14 Posted on {{ post.creation_date|date:"M d, Y H:i" }} | 14 Posted on {{ post.creation_date|date:"M d, Y H:i" }} |
15 </div> | 15 </div> |
16 <div class="forum-post-body"> | 16 <div class="forum-post-body"> |
17 {{ post.html|safe }} | 17 {{ post.html|safe }} |
18 </div> | 18 </div> |
19 <div class="forum-post-info-tools"> | |
20 <a href="#" class="post-flag" id="fp-{{ post.id }}" | |
21 title="Flag this post as spam, abuse, or a violation of site rules."> | |
22 <img src="{{ MEDIA_URL }}icons/flag_red.png" alt="Flag" /></a> | |
23 </div> | |
19 </td> | 24 </td> |
20 </tr> | 25 </tr> |