Allow users to withdraw applications

This commit is contained in:
2010-09-01 09:11:47 +01:00
parent db81fe9cb4
commit 7aa7e87cd1
2 changed files with 3 additions and 1 deletions

View File

@@ -20,6 +20,8 @@
<p>
{% if app.status < 1 %}
<a href="{% url hr.views.update_application app.id 1 %}">Submit Application</a>,&nbsp;
{% else %}
<a href="{% url hr.views.update_application app.id 0 %}">Withdraw Application</a>,&nbsp;
{% endif %}
{% if hrstaff %}
<a href="{% url hr.views.add_note app.id %}">Add Note</a>,&nbsp;