{% extends "base.html" %} {% block title %}Вход — PhotoHost{% endblock %} {% block content %} Вход Войдите в аккаунт для загрузки фото {% include "partials/alerts.html" %} {% if auth_settings.password_login_enabled %} Логин или email Пароль Запомнить меня {% include "partials/captcha.html" %} Войти {% endif %} {% if auth_settings.passkey_enabled %} Войти с Passkey {% endif %} {% if auth_settings.password_login_enabled %} Забыли пароль? {% if auth_settings.registration_enabled %} · {% endif %} {% endif %} {% if auth_settings.registration_enabled %} Зарегистрироваться {% endif %} {% endblock %} {% block scripts %} {% include "partials/captcha_scripts.html" %} {% if auth_settings.passkey_enabled %} {% endif %} {% endblock %}
Войдите в аккаунт для загрузки фото
{% if auth_settings.password_login_enabled %} Забыли пароль? {% if auth_settings.registration_enabled %} · {% endif %} {% endif %} {% if auth_settings.registration_enabled %} Зарегистрироваться {% endif %}