app/soc/templates/modules/ghop/task/approve/approve.html
author Mario Ferraro <fadinlight@gmail.com>
Sun, 25 Oct 2009 19:11:51 +0000
changeset 3040 8f9580309846
parent 3017 6689a4c8f02e
permissions -rw-r--r--
Integration of general Melange JS utilities in base template.

{% extends "soc/models/list.html" %}

{% block body %}
<form method="POST">
<input style="font-weight: bold" type="submit" name="Approve"
value="Approve"/></span>
<input style="font-weight: bold" type="submit" name="Publish"
value="Publish"/></span>
{% if error_message %}
<div class="error">{{ error_message|safe }}</div>
{% endif %}
{{ block.super }}
</form>
{% endblock %}