diff --git a/accounts/templates/logout.html b/accounts/templates/logout.html index eb3a325..eb3b917 100644 --- a/accounts/templates/logout.html +++ b/accounts/templates/logout.html @@ -1,4 +1,4 @@ -{% extends "base_auth.html" %} +{% extends "base.html" %} {% load i18n %} {% block title %} {% trans "WebVirtCloud" %} - {% trans "Sign Out"%} @@ -14,4 +14,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/templates/403.html b/templates/403.html index 4b320b4..6b0a7e8 100644 --- a/templates/403.html +++ b/templates/403.html @@ -1,4 +1,4 @@ -{% extends "base_auth.html" %} +{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "403" %}{% endblock %} {% block content %} diff --git a/templates/404.html b/templates/404.html index c631d46..dd42e10 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,4 +1,4 @@ -{% extends "base_auth.html" %} +{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "404" %}{% endblock %} {% block content %}