Finished work on the Blacklist function, also cleaned up some HR functions

This commit is contained in:
2010-07-05 12:09:55 +01:00
parent 4a3b801185
commit fd8e9451f8
6 changed files with 45 additions and 23 deletions

View File

@@ -14,7 +14,7 @@ soon as the recommended user submits their application your recommendation will
{% for rec in recs %}
<tr><td>{{ rec.user_character }}</td>
<td>{{ rec.application }}</td>
<td>{{ rec.application.status_description }}</td>
<td>{{ rec.application.get_status_display }}</td>
</tr>
</tbody>
{% endfor %}