{% extends "single.html" %} {% block title %} Login {% endblock %} {% block single_content %} {% if show_resend_activation %}
You haven't received the activation email? Resend
{% endif %}
{{ form.csrf_token }}

Welcome back!

{{ form.email(class="form-control", type="email", autofocus="true") }} {{ render_field_errors(form.email) }}
{{ form.password(class="form-control", type="password") }} {{ render_field_errors(form.password) }}
Don't have an account yet? Sign up
{% endblock %}