Log page changes

This commit is contained in:
2025-08-12 21:27:59 -04:00
parent cad78e6f60
commit 2456a1e43f
5 changed files with 1289 additions and 938 deletions
+3 -5
View File
@@ -24,7 +24,7 @@
<link
rel="icon"
type="image/x-icon"
href="{{ url_for('static', filename='favicon.ico') }}"
href="{{ url_for('static', filename='images/favicon.ico') }}"
/>
</head>
<body class="login-layout">
@@ -52,9 +52,7 @@
{% endif %} {% endwith %}
<!-- Page Content -->
<div class="container">
{% block content %}{% endblock %}
</div>
<div class="container">{% block content %}{% endblock %}</div>
</main>
<!-- Footer -->
@@ -88,4 +86,4 @@
};
</script>
</body>
</html>
</html>