{% extends "base.html" %} {% load static %} {% load bootstrap4 %} {% block title %}Registration{% endblock title %} {% block main_content %}

Registration

Register for an account to track your work, add tags and review transcriptions. To sign up, please provide a username, email address and a strong password. Once you click register, we will send you an email to confirm your address.

Learn more about why we ask you to register in the FAQ


{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% endblock main_content %} {% block body_scripts %} {{ block.super }} {% endblock body_scripts %}