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 %}
|