bgneal@310: {% load url from future %}
bgneal@105: {% if show_button %}
bgneal@312: <a href="{% url 'forums-edit_post' id=post.id %}"><img src="{{ STATIC_URL }}icons/page_edit.png" alt="Edit post" title="Edit post" /></a>
bgneal@105: {% endif %}