{% extends "logpagebase.html" %} {% block Content %}

Welcome to CleanBot

If your administrator registered your e-mail, you can create a password here.

Already have an account & password?
Click here to log in!

{% if ErrorPwd %}

You entered 2 different passwords, please try again.

{% elif ErrorEmail %}

This e-mail is not in my database, so I can not register you.

{% elif RegisterError %}

An account with this e-mail was already registered. You can not register.

{% elif LengthError %}

Your password needs more than 6 characters.

{% endif %} {% endblock %}