{% extends 'ddm/admin/base.html' %} {% load static %} {% block page_title %}Data Donation Module: Login{% endblock %} {% block header %}{% endblock header %} {% block main_body %}
Data Donation Module

Data Donation Module

{% block terms_of_use %} Before you can continue to use DDM, please take note of the following:
  • The operator assumes no liability for the actions of its users.
  • the operator assumes no liability for XY.
By clicking on "I agree" below you agree with these terms of use. {% endblock terms_of_use %}
{% csrf_token %}
{{ form.as_p }}
{% endblock %}