Fix the applications template

This commit is contained in:
2011-09-21 20:55:04 +01:00
parent 52a53fa3c3
commit 862e19f1e5

View File

@@ -4,10 +4,10 @@
{% block content %}
<p>This list shows your current open applications</p>
{% if apps %}
{% if applications %}
<table>
<tr><th>Application ID</th><th>Character</th><th>Corporation</th><th>Application Status</th></tr>
{% for app in apps %}
{% for app in applications %}
<tr><td><a href="{% url hr-viewapplication app.id %}">{{ app.id }}</a></td>
<td>{{ app.character }}</td>
<td>{{ app.corporation }}</td>