diff --git a/templates/hr/applications/view.html b/templates/hr/applications/view.html
index fff856b..a4ce5b0 100644
--- a/templates/hr/applications/view.html
+++ b/templates/hr/applications/view.html
@@ -11,8 +11,8 @@
- Applying Auth User: {{ app.user }}
-- Applying Character: {{ app.character }}
-- Applying To: {{ app.corporation }}
+- Applying Character: {{ app.character }}
+- Applying To: {{ app.corporation }}
- Application Status: {{ app.get_status_display }}
- Blacklist Status: {% if app.blacklisted %}BLACKLISTED{% else %}OK{% endif %}