{% extends "drive/layout.html" %} {% load static %} {% block body %}
{% csrf_token %} {% if message %}

{{ message }}

{% endif %} {% if errors %}
{% for error in errors %}

{{ error }}

{% endfor %}
{% endif %}

Register

Show Password

Already have an account? LogIn here.

{% endblock %}