{% extends "registration/base.html" %} {% load static %} {% block body %}

Register


Please input OAuth2 credential informations of your Google Calendar Application.

{{ form.non_field_errors }}
{% csrf_token %}
{{ form.email }}
{{ form.google_oauth2_client_id }}
{{ form.google_oauth2_secrete }}
{{ form.first_name }}
{{ form.last_name }}
{% endblock body %}