fix footer
This commit is contained in:
parent
4055365bc9
commit
2553a9cdd0
|
@ -1,7 +1,44 @@
|
||||||
{% extends "ereuse_devicehub/base.html" %}
|
<!DOCTYPE html>
|
||||||
{% block page_title %}Device {{ device.dhid }}{% endblock %}
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||||||
|
|
||||||
|
<title>Device {{ device_real.dhid }} - Usody</title>
|
||||||
|
<meta content="" name="description">
|
||||||
|
<meta content="" name="keywords">
|
||||||
|
|
||||||
|
<!-- Favicons -->
|
||||||
|
<link href="{{ url_for('static', filename='img/favicon.png') }}" rel="icon">
|
||||||
|
<link href="{{ url_for('static', filename='img/apple-touch-icon.png') }}" rel="apple-touch-icon">
|
||||||
|
|
||||||
|
<!-- Google Fonts -->
|
||||||
|
<link href="https://fonts.gstatic.com" rel="preconnect">
|
||||||
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Nunito:300,300i,400,400i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- JS Files -->
|
||||||
|
<script src="{{ url_for('static', filename='js/jquery-3.6.0.min.js') }}"></script>
|
||||||
|
|
||||||
|
<!-- Vendor CSS Files -->
|
||||||
|
<link href="{{ url_for('static', filename='vendor/bootstrap/css/bootstrap.min.css') }}" rel="stylesheet">
|
||||||
|
<link href="{{ url_for('static', filename='vendor/bootstrap-icons/bootstrap-icons.css') }}" rel="stylesheet">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Template Main CSS File -->
|
||||||
|
<link href="{{ url_for('static', filename='css/style.css') }}" rel="stylesheet">
|
||||||
|
<link href="{{ url_for('static', filename='css/devicehub.css') }}" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- =======================================================
|
||||||
|
* Template Name: NiceAdmin - v2.2.0
|
||||||
|
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
|
||||||
|
* Author: BootstrapMade.com
|
||||||
|
* License: https://bootstrapmade.com/license/
|
||||||
|
======================================================== -->
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
{% block body %}
|
|
||||||
<main>
|
<main>
|
||||||
|
|
||||||
<section class="container mt-3">
|
<section class="container mt-3">
|
||||||
|
@ -168,8 +205,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="credits">
|
<div class="credits">
|
||||||
<a href="https://help.usody.com/en/" target="_blank">Help</a> |
|
<a href="https://help.usody.com/en/" target="_blank">Help</a> |
|
||||||
<a href="https://pangea.org/es/politica-de-privacidad/" target="_blank">Privacy</a> |
|
<a href="https://www.usody.com/legal/privacy-policy" target="_blank">Privacy</a> |
|
||||||
<a href="https://pangea.org/aviso-legal/" target="_blank">Terms</a>
|
<a href="https://www.usody.com/legal/terms" target="_blank">Terms</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="credits">
|
<div class="credits">
|
||||||
DeviceHub
|
DeviceHub
|
||||||
|
@ -178,4 +215,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock body%}
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
|
@ -309,8 +309,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="credits">
|
<div class="credits">
|
||||||
<a href="https://help.usody.com/en/" target="_blank">Help</a> |
|
<a href="https://help.usody.com/en/" target="_blank">Help</a> |
|
||||||
<a href="https://www.usody.com/legal/privacy-policy/" target="_blank">Privacy</a> |
|
<a href="https://www.usody.com/legal/privacy-policy" target="_blank">Privacy</a> |
|
||||||
<a href="https://www.usody.com/legal/terms/" target="_blank">Terms</a>
|
<a href="https://www.usody.com/legal/terms" target="_blank">Terms</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="credits">
|
<div class="credits">
|
||||||
DeviceHub {{ version }}
|
DeviceHub {{ version }}
|
||||||
|
|
|
@ -71,8 +71,8 @@
|
||||||
|
|
||||||
<div class="credits">
|
<div class="credits">
|
||||||
<a href="https://help.usody.com/en/getting-started/login-usody/" target="_blank">Help</a> |
|
<a href="https://help.usody.com/en/getting-started/login-usody/" target="_blank">Help</a> |
|
||||||
<a href="https://www.usody.com/legal/privacy-policy/" target="_blank">Privacy</a> |
|
<a href="https://www.usody.com/legal/privacy-policy" target="_blank">Privacy</a> |
|
||||||
<a href="https://www.usody.com/legal/terms/" target="_blank">Terms</a>
|
<a href="https://www.usody.com/legal/terms" target="_blank">Terms</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in New Issue