diff --git a/inventory/templates/inventory/area_detail.html b/inventory/templates/inventory/area_detail.html
index bba491f..1c6a5b2 100644
--- a/inventory/templates/inventory/area_detail.html
+++ b/inventory/templates/inventory/area_detail.html
@@ -1,19 +1,21 @@
{% extends "base.html" %}
{% load static %}
-{% block title %}{{ area.container.display_name }} - {{ area.name }}{% endblock %}
+{% block title %}{{ area.name }}{% endblock %}
{% block header_bar %}
- {{ area.container.display_name }} - {{ area.name }}
+ {{ area.name }}
{{ area.description}}
{% endblock %}
{% block header_icons %}
-