{% extends 'base.html' %} {% block title %}{{ t.title_login }} — PickkerMarket{% endblock %} {% block content %} {% csrf_token %} {{ t.login_title }} {% if error %} {{ error }} {% if unverified %}{{ t.auth_resend_verification_link }}{% endif %} {% endif %} {{ t.login_identifier_label }} {{ form.identifier }} {{ t.login_password_label }} {{ form.password }} {{ t.login_forgot_password }} {{ t.login_submit }} {{ t.login_no_account }} {{ t.login_signup_link }} {% endblock %}
{{ t.login_forgot_password }}
{{ t.login_no_account }} {{ t.login_signup_link }}