Merge pull request #612 from MisterBlueBear/base_templates

Fix base templates
This commit is contained in:
catborise
2023-10-20 23:31:50 +03:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
{% extends "base_auth.html" %} {% extends "base.html" %}
{% load i18n %} {% load i18n %}
{% block title %} {% block title %}
{% trans "WebVirtCloud" %} - {% trans "Sign Out"%} {% trans "WebVirtCloud" %} - {% trans "Sign Out"%}
@@ -14,4 +14,4 @@
</div> </div>
</div> </div>
</div> </div>
{% endblock %} {% endblock %}

View File

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

View File

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