mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 07:08:05 +00:00
Django 3.2.4 LTS upgrade
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% load staticfiles %}
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
<html>
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
-->
|
||||
{% extends "console-base.html" %}
|
||||
{% load i18n %}
|
||||
{% load staticfiles %}
|
||||
{% load static %}
|
||||
|
||||
{% block head %}
|
||||
<title>WebVirtCloud - Spice Client - Full</title>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
-->
|
||||
{% extends "console-base.html" %}
|
||||
{% load i18n %}
|
||||
{% load staticfiles %}
|
||||
{% load static %}
|
||||
|
||||
{% block head %}
|
||||
<title>WebVirtCloud - Spice - Lite</title>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{% extends "console-base.html" %}
|
||||
{% load i18n %}
|
||||
{% load staticfiles %}
|
||||
{% load static %}
|
||||
|
||||
{% block head %}
|
||||
<!--
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{% extends "console-base.html" %}
|
||||
{% load i18n %}
|
||||
{% load staticfiles %}
|
||||
{% load static %}
|
||||
|
||||
{% block head %}
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user