{% extends "projrev/base.html" %} {% block stylesheets %} {% endblock stylesheets %} {% block scripts %} {{ block.super }} {% if exits or password_err %} {% endif %} {% endblock scripts %} {% block body %}
{% if created %}

Your account has been created and an Email confirming your password has been sent to you.Click Here to login.

{% else %} Log in

{% endif %}
{% endblock body %}