{% load bootstrap3 %} {% comment %} Written by Bill Rideout brideout@haystack.mit.edu Template for Madrigal user registration $Id: register.html 7309 2021-03-02 14:29:53Z brideout $ {% endcomment %} {# Load CSS and JavaScript #} {% bootstrap_css %} {% bootstrap_javascript %} {% block title %}Madrigal Database{% endblock %}
{% include "navbar.html" %} Please enter your name, email, and affliation below. 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 }}