{% extends "not_logged_in.html" %} {% block title %}Login or create a new account{% endblock %} {% block content %} {% if form.error_dict %}

Sorry, that's not a valid username or password

{% endif %}
For existing users... Not yet registered?
Forgot your password?
To create a new account, click here.
{% endblock %}