{% extends "base.html" %} {% block title %}Log in | Taguette{% endblock %} {% block contents %}
{{ xsrf_form_html() }} {% if login_error %} {% endif %}
{% trans %}Forgot password{% endtrans %}
{% if register_enabled %}
{{ xsrf_form_html() }} {% if register_error %} {% endif %}
{% trans %}Optional. We will not share your email with anyone. This is only used in case you forget your password.{% endtrans %}
{% if tos %}
{% endif %}
{% endif %}
{% endblock %}