summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openstack_dashboard/dashboards/project/security_groups/templates/security_groups/detail.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstack_dashboard/dashboards/project/security_groups/templates/security_groups/detail.html b/openstack_dashboard/dashboards/project/security_groups/templates/security_groups/detail.html
index 0717ae625..932064d00 100644
--- a/openstack_dashboard/dashboards/project/security_groups/templates/security_groups/detail.html
+++ b/openstack_dashboard/dashboards/project/security_groups/templates/security_groups/detail.html
@@ -1,5 +1,6 @@
{% extends 'base.html' %}
+{% block title %}{{ page_title }}{% endblock %}
{% block page_header %}
{% include "horizon/common/_detail_header.html" %}
{% endblock %}