{% extends "raw.html" %} {% block title %}Login::{{config.APP_NAME}}{% endblock %} {% block content %}

You need to login to use this site:

{% if email_required %}

A valid email requires at least an @. Otherwise you can't log in.

{% endif %}
{% if email_required %} {% if bademail %}
Invalid email
{% endif %} {% endif %} {% if badpwd %}
Invalid password
{% endif %}
{% endblock %} {% block js %} {{super()}} {% if badpwd or bademail %} {% endif %} {% endblock js %}