{% extends "base_generic.html" %} {% block title %} Sign Up {% endblock %} {% block content %} {% if message %}

{{ message }}

{% endif %}

Fill habits

{% csrf_token %} {{ form.non_field_errors }} {% for field in form %}
{{ field.name }}
{% for radio in field %} {{ radio }} {#
#} {# #} {# #} {#
#} {% endfor %}
{% endfor %}
{% endblock %}