{% extends "single.html" %} {% block title %} Login {% endblock %} {% block head %} {% endblock %} {% block single_content %}

Welcome back!

{% if show_resend_activation %}
You haven't received the activation email? Resend
{% endif %}
{{ form.csrf_token }}
{{ form.email(class="form-control", type="email") }} {{ 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
We do not use the Facebook/Google SDK to avoid their trackers.
However when using a social login button, please keep in mind that this social network will know that you are using SimpleLogin. Warning
{% endblock %}