From ff411ca8085b3587b888229f7acc9361905549ae Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Sat, 21 Jun 2014 02:27:01 +0200 Subject: [PATCH] Use labels on review status listing instead --- .../application/templates/applications/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/blender-bfct/application/templates/applications/index.html b/blender-bfct/application/templates/applications/index.html index cf4ebce..d69453b 100755 --- a/blender-bfct/application/templates/applications/index.html +++ b/blender-bfct/application/templates/applications/index.html @@ -29,13 +29,13 @@ {{application.submission_date.strftime('%d %B, %Y')}} {% if application.status == 'under_review' %} - Under Review + Under Review {% elif application.status == 'submitted' %} - Pending + Pending {% elif application.status == 'approved' %} - Approved! + Approved! {% elif application.status == 'rejected' %} - Rejected + Rejected {% else %} {{application.status}} {% endif %}