diff --git a/ereuse_devicehub/templates/ereuse_devicehub/base.html b/ereuse_devicehub/templates/ereuse_devicehub/base.html index 2e323ffa..5ca885f7 100644 --- a/ereuse_devicehub/templates/ereuse_devicehub/base.html +++ b/ereuse_devicehub/templates/ereuse_devicehub/base.html @@ -5,7 +5,7 @@ - Users / Profile - NiceAdmin Bootstrap Template + {% block page_title %}{% endblock %} - USOdy diff --git a/ereuse_devicehub/templates/ereuse_devicehub/user_login.html b/ereuse_devicehub/templates/ereuse_devicehub/user_login.html index a096dc7a..fa80daba 100644 --- a/ereuse_devicehub/templates/ereuse_devicehub/user_login.html +++ b/ereuse_devicehub/templates/ereuse_devicehub/user_login.html @@ -1,4 +1,7 @@ {% extends "ereuse_devicehub/base.html" %} + +{% block page_title %}Login{% endblock %} + {% block body %}
diff --git a/ereuse_devicehub/templates/ereuse_devicehub/user_profile.html b/ereuse_devicehub/templates/ereuse_devicehub/user_profile.html index 014e66e6..0a6b7710 100644 --- a/ereuse_devicehub/templates/ereuse_devicehub/user_profile.html +++ b/ereuse_devicehub/templates/ereuse_devicehub/user_profile.html @@ -1,4 +1,7 @@ {% extends "ereuse_devicehub/base_site.html" %} + +{% block page_title %}Your Profile{% endblock %} + {% block main %}