Release v2.1: GDPR, passkeys, session management, admin redesign
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -49,11 +49,18 @@
|
||||
<footer class="footer">
|
||||
<div class="container footer__inner">
|
||||
<p>PhotoHost — Python + PostgreSQL + Docker</p>
|
||||
<p class="footer__links">
|
||||
<a href="{{ url_for('legal.privacy') }}">Конфиденциальность</a> ·
|
||||
<a href="{{ url_for('legal.cookies') }}">Cookies</a> ·
|
||||
<a href="{{ url_for('legal.gdpr') }}">GDPR</a>
|
||||
</p>
|
||||
<p class="footer__muted">Храните и делитесь фотографиями просто</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
{% include "partials/cookie_banner.html" %}
|
||||
<script src="{{ url_for('static', filename='js/main.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='js/cookie-consent.js') }}"></script>
|
||||
{% include "partials/share_modal.html" %}
|
||||
{% block scripts %}{% endblock %}
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user