Fix the admin template to actually show the correct values

This commit is contained in:
2011-02-24 17:01:46 +00:00
parent 1ccf93e39e
commit e6358226da

View File

@@ -19,7 +19,7 @@
<th>Last Action Date</th> <th>Last Action Date</th>
<th>Last Action User</th></tr> <th>Last Action User</th></tr>
{% for app in apps %} {% for app in apps %}
<tr id="alt-application"><td><a href="{% url hr.views.view_application app.id %}">{{ app.id }}</a></td> <tr {% if app.alt_application %}id="alt-application"{% endif %}><td><a href="{% url hr.views.view_applicati
<td>{{ app.character }}</td> <td>{{ app.character }}</td>
<td>{{ app.corporation }}</td> <td>{{ app.corporation }}</td>
<td>{{ app.get_status_display }}</td> <td>{{ app.get_status_display }}</td>