From 862e19f1e58d553173c055a2ff931a99493b4c63 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 21 Sep 2011 20:55:04 +0100 Subject: [PATCH] Fix the applications template --- app/hr/templates/hr/applications/view_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}