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

@@ -58,6 +58,9 @@
<i class="bi bi-arrow-left me-1"></i>Back to regular login
</a>
</div>
<div class="text-center mt-3">
<a href="{{ url_for('privacy_policy') }}" class="text-muted small">Privacy Policy</a>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
</body>

View File

@@ -58,6 +58,9 @@
<i class="bi bi-shield-fill me-1"></i>Site Admin Login
</a>
</div>
<div class="text-center mt-3">
<a href="{{ url_for('privacy_policy') }}" class="text-muted small">Privacy Policy</a>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
</body>