{% extends "base.html" %} {% block content %}

ساخت حساب کاربری جدید

{% csrf_token %} {% for field in form %}
{% if field.help_text %}

{{ field.help_text|safe }}

{% endif %} {% for error in field.errors %}

{{ error }}

{% endfor %}
{% endfor %}

از قبل حساب کاربری دارید؟ وارد شوید

{% endblock %}