diff --git a/templates/hr/applications/view.html b/templates/hr/applications/view.html
index 17bc8c8..3b4a3c2 100644
--- a/templates/hr/applications/view.html
+++ b/templates/hr/applications/view.html
@@ -42,7 +42,7 @@
Reddit Accounts
{% for acc in redditacc %}
-- {{ acc.username }}{% if acc.validated %} - Validated{ %else %}NOT VALIDATED{% endif %} - {{ acc.date_created }}
+- {{ acc.username }}{% if acc.validated %} - Validated{ %else %} - NOT VALIDATED{% endif %} - {{ acc.date_created }}
{% endfor %}