{% extends "outer.html" %} {% block title %}Registration{% endblock %} {% block pagetype %}register{% endblock %} {% block content %} {% if created %}

Woohoo!

Your account has been created. Go to the Login page to login.

{% endif %} {% if exists %}

Sorry!

Your username already exists

{% endif %}

Please register

This login is to protect your password storage. This username and password are only for login reasons, but your passwords will not be encrypted with this password. You can set your encryption password after your first login.
{% endblock %}