{% extends "registration/registration_base.html" %} {% load i18n bootstrap4 %} {% block title %}{% trans "Register for an account" %}{% endblock %} {% block content %}
{% csrf_token %} {% bootstrap_form form %} {% buttons submit='Register' %}{% endbuttons %}
{% endblock %}