From 149044a90ccebaf7c05d33244f21f4a80872eb6e Mon Sep 17 00:00:00 2001 From: MisterBlueBear <51129551+MisterBlueBear@users.noreply.github.com> Date: Wed, 18 Oct 2023 18:04:00 -0400 Subject: [PATCH] Fix templates - extends base.html --- accounts/templates/logout.html | 4 ++-- templates/403.html | 2 +- templates/404.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 %}