Remove check integrity for estilos.min.css

This commit is contained in:
Jesús 2022-02-23 03:40:58 +08:00
parent 3e92b492a4
commit c7c49f5074
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -42,8 +42,7 @@
href="{% static 'core/lib/normalize-css/normalize.css' %}" href="{% static 'core/lib/normalize-css/normalize.css' %}"
integrity="sha512-Ol+aW3PNQAjGdD0KCyelmB8whw85m+OUP6XSSFSfCC9CobIfc3/PpYI5y8G1KINs61i24t+qPh6ecNOkKIwj1g=="/> integrity="sha512-Ol+aW3PNQAjGdD0KCyelmB8whw85m+OUP6XSSFSfCC9CobIfc3/PpYI5y8G1KINs61i24t+qPh6ecNOkKIwj1g=="/>
<link rel="stylesheet" type="text/css" <link rel="stylesheet" type="text/css"
href="{% static 'core/css/estilos.min.css' %}" href="{% static 'core/css/estilos.min.css' %}?v=1fecd3d659a02d80dbe404c60f968040"/>
integrity="sha512-F6X8y3VnnT7bzn002FiANw9eGVVDdKHpkNc6TVytQmOgV0j7M7/VUXUcAL5LaEBIuTuKGtR86qCS4VLA6oJW4g=="/>
</head> </head>
<body> <body>
<!-- Header and Menu --> <!-- Header and Menu -->