{% extends "accounts/_section.html" %} {% block title %}registration{% endblock %} {% block section_content %}

Registration

We check uploads and forum posts for spam before others can see them. Any user that posts spam will be deleted.

{% csrf_token %} {{ form.as_p }}

{{ form.recaptcha_response.errors }}

{% include "accounts/reminders.html" %} {% endblock %}