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