{% extends "registration/base.html" %} {% load bootstrap3 %} {% block title %}Sign up{% endblock %} {% block content %} {% if form.errors %}

Please correct the errors below: {{ form.non_field_errors }}

{% endif %}

Create an account

{% csrf_token %} {% bootstrap_form form %}
{% endblock %} {% block content-related %}

Fill out the form to the left (all fields are required), and your account will be created; you'll be sent an email with instructions on how to finish your registration.

This account will let you log into OsmiumTables, upload data files, and creeate tables.

{% endblock %}