annotate gpp/templates/forums/post_edit_button.html @ 105:08ddfd835305

Forums: Added icons for forum post moderation tools. Still need to add functionality that goes behind these.
author Brian Neal <bgneal@gmail.com>
date Thu, 17 Sep 2009 02:20:27 +0000
parents
children cb72577785df
rev   line source
bgneal@105 1 {% if show_button %}
bgneal@105 2 <a href=""><img src="{{ MEDIA_URL }}icons/page_edit.png" alt="Edit post" title="Edit post" /></a>
bgneal@105 3 {% endif %}