{% extends "base.html" %} {% block title %}Verification{% endblock %} {% block content %} {{ header("Verification", "You still need to verify") }}

You still need to verify your e-mail address before you can sign in.

We've resent the verificaiton email.

Please check for an email with the subject {{ subject }}.

You must click the link in the email to complete registration.

If you don't see the email, check your spam folder.

{% endblock %} {% block js %} {% endblock %}