{% extends "base.html" %} {% load static %} {% block title %} Register {% endblock title %} {% block content %}
Sign up to get started with {{ app.app_name }}. It's only takes a minute.
{% if error and error is not NONE %}{{ error }}
Already have an account? Sign In
Please wait while we redirect you to your destination.
{% else %}You can close this window now.
{% endif %} {% endif %} {% endif %}