modified: web/app.py

modified:   web/templates/admin/base.html
	modified:   web/templates/auth/admin_login.html
	modified:   web/templates/auth/login.html
	modified:   web/templates/base.html
	modified:   web/templates/group_admin/base.html
	new file:   web/templates/privacy_policy.html
This commit is contained in:
simon
2026-04-14 12:33:51 +02:00
parent 8f614a08cc
commit 452d50e5b5
7 changed files with 240 additions and 0 deletions

View File

@@ -40,6 +40,12 @@
{% endif %}
{% endwith %}
{% block content %}{% endblock %}
<footer class="text-center py-3 mt-4 border-top border-secondary">
<small class="text-muted">
<a href="{{ url_for('privacy_policy') }}" class="text-muted text-decoration-none">Privacy Policy</a>
&mdash; MCLogger
</small>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
{% block scripts %}{% endblock %}