view gpp/templates/forums/post_edit_button.html @ 502:9d096ceab0c0

For #240, make the login dialog a bit taller so no scroll bar appears on Firefox.
author Brian Neal <bgneal@gmail.com>
date Sat, 03 Dec 2011 03:25:04 +0000
parents 88b2b9cb8c1f
children
line wrap: on
line source
{% load url from future %}
{% if show_button %}
<a href="{% url 'forums-edit_post' id=post.id %}"><img src="{{ STATIC_URL }}icons/page_edit.png" alt="Edit post" title="Edit post" /></a>
{% endif %}