{% extends "base.html" %} {% load i18n bootstrap %} {% block content %}
{% csrf_token %} {{ form|bootstrap_inline }}

Strong Passwords

Using a mix of upper and lower case letters, numbers, and symbols help make your password stronger. Try using a sentence rather than a single word if that helps you remember it.

Lose Your Password, Lose Your Account

We have consciously chosen not to implement a password recovery procedure. Please don't forget your password, you won't be able to get into your account otherwise.

{% endblock %}