{% extends "base.html" %} {% block title %}Registracija{% endblock %} {% block body %}

Registraciona forma.

{% if user.errors is not empty %}

Obrati pažnju na:

{% endif %}
{% include '/profile/profileinfo.html' with {'user': user} %}
Odustani

{% endblock %} {% block footer %} {{ parent() }} {% endblock %}