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

عضویت

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

{% csrf_token %} {% for field in form %}
{% render_field field class="form-control" %} {% if field.help_text %}
{{ field.help_text }}
{% endif %} {% for e in field.errors %}
{{ e }}
{% endfor %}
{% endfor %} حساب دارید؟ ورود
{% endblock %}