diff --git a/openstack_dashboard/templates/404.html b/openstack_dashboard/templates/404.html index 93d33a7c3c..7c952d4a69 100644 --- a/openstack_dashboard/templates/404.html +++ b/openstack_dashboard/templates/404.html @@ -1,15 +1,28 @@ {% extends "base.html" %} {% load i18n %} -{% block title %} - {% trans "Page Not Found" %}{% endblock %} +{% block title %} {% trans "Page Not Found" %}{% endblock %} {% block content %} -
-