{% load staticfiles %} {% load bootstrap %} {% load i18n %} {% extends 'public/base.html' %} {% block title %}Registration{% endblock %} {% block extra_include %} {% include 'bundles/bootstrap-css.html' %} {% include 'bundles/fontawesome.html' %} {% include 'bundles/bootstrap-js.html' %} {% endblock %} {% block content %}
{% csrf_token %} {{ form|bootstrap }}
{% include 'public/lang_select.html' %}
{% endblock %}