diff --git a/ereuse_devicehub/templates/ereuse_devicehub/base.html b/ereuse_devicehub/templates/ereuse_devicehub/base.html index e13d5017..2e323ffa 100644 --- a/ereuse_devicehub/templates/ereuse_devicehub/base.html +++ b/ereuse_devicehub/templates/ereuse_devicehub/base.html @@ -35,491 +35,7 @@ - - - - - - -
- {% block main %} - - {% endblock main %} -
- - - + {% block body %}{% endblock %} diff --git a/ereuse_devicehub/templates/ereuse_devicehub/base_site.html b/ereuse_devicehub/templates/ereuse_devicehub/base_site.html new file mode 100644 index 00000000..f0046213 --- /dev/null +++ b/ereuse_devicehub/templates/ereuse_devicehub/base_site.html @@ -0,0 +1,489 @@ +{% extends "ereuse_devicehub/base.html" %} +{% block body %} + + + + + + +
+ {% block main %} + + {% endblock main %} +
+ + + + +{% endblock body %} diff --git a/ereuse_devicehub/templates/ereuse_devicehub/user_profile.html b/ereuse_devicehub/templates/ereuse_devicehub/user_profile.html index c3eb0643..d744f1b4 100644 --- a/ereuse_devicehub/templates/ereuse_devicehub/user_profile.html +++ b/ereuse_devicehub/templates/ereuse_devicehub/user_profile.html @@ -1,4 +1,4 @@ -{% extends "ereuse_devicehub/base.html" %} +{% extends "ereuse_devicehub/base_site.html" %} {% block main %}