Mercurial > public > sg101
view gpp/templates/forums/post_edit_button.html @ 157:78b7e64665ed
Messages: use post to delete and undelete messages.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 20 Dec 2009 05:22:21 +0000 |
parents | cb72577785df |
children | daa2916f5b34 |
line wrap: on
line source
{% if show_button %} <a href="{% url forums-edit_post id=post.id %}"><img src="{{ MEDIA_URL }}icons/page_edit.png" alt="Edit post" title="Edit post" /></a> {% endif %}