diff --git a/app/hr/templates/hr/applications/view_list.html b/app/hr/templates/hr/applications/view_list.html index bc38169..d2b56b4 100644 --- a/app/hr/templates/hr/applications/view_list.html +++ b/app/hr/templates/hr/applications/view_list.html @@ -4,10 +4,10 @@ {% block content %}

This list shows your current open applications

-{% if apps %} +{% if applications %} -{% for app in apps %} +{% for app in applications %}
Application IDCharacterCorporationApplication Status
{{ app.id }} {{ app.character }} {{ app.corporation }}