1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-24 23:25:24 +00:00

Fix templates - extends base.html

This commit is contained in:
MisterBlueBear 2023-10-18 18:04:00 -04:00
parent 58e215f755
commit 149044a90c
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{% extends "base_auth.html" %}
{% extends "base.html" %}
{% load i18n %}
{% block title %}
{% trans "WebVirtCloud" %} - {% trans "Sign Out"%}

View file

@ -1,4 +1,4 @@
{% extends "base_auth.html" %}
{% extends "base.html" %}
{% load i18n %}
{% block title %}{% trans "403" %}{% endblock %}
{% block content %}

View file

@ -1,4 +1,4 @@
{% extends "base_auth.html" %}
{% extends "base.html" %}
{% load i18n %}
{% block title %}{% trans "404" %}{% endblock %}
{% block content %}