{% extends "users/index.html" %} {% load widget_tweaks %} {% block title %} Register Page {% endblock %} {% block content %}
Vytvořit účet
{% csrf_token %} {% if form.errors %} {% endif %} {% for field in form %}
{{ field|add_class:'form-control' }}
{% endfor %}
{% endblock %}