{% load bootstrap3 %} {% comment %} Written by Bill Rideout brideout@haystack.mit.edu Template for Madrigal user registration $Id: register.html 7483 2023-01-30 15:02:58Z brideout $ {% endcomment %} {# Load CSS and JavaScript #} {% bootstrap_css %} {% bootstrap_javascript %} {% block title %}Madrigal Database{% endblock %}
{% include "navbar.html" %} Please enter your name, email, and affiliation below. The server will retain this information for logging and error reporting purposes, including reporting usage to the instrument PI. This information will be saved as a cookie on your browser, so these fields need only be filled in once. No password is required.

{% if form.errors %}     

Please correct the error{{ form.errors|pluralize }} below.

{% endif %}
{{ form.as_table }}
I consent to storing this information on the Madrigal server. Contact {{contact_email}} in case of questions.