Various fixes and work on the HR application.

This commit is contained in:
2010-04-05 03:10:15 +01:00
parent 956052c25c
commit 586a2727b1
5 changed files with 33 additions and 23 deletions

View File

@@ -7,10 +7,10 @@
The person you are recommending needs to have created their application before you can add a recommendation.</p>
<form action="/hr/add/recommendation/" method="post">
<form action="/hr/add/application/" method="post">
<table>
{{ form.as_table }}
</table>
<input type="submit" value="Add Recommendation" />
<input type="submit" value="Apply" />
</form>
{% endblock %}