mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Fix the applications template
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user