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

Log Door Visit

Record interaction for this household

Household Address
{{ address_street }}
{{ city }}, {{ state }} {{ zip_code }}
{% csrf_token %}
{% for radio in visit_form.outcome %}
{{ radio.tag }}
{% endfor %}
{{ visit_form.notes }}
{{ visit_form.candidate_support }}
{{ visit_form.wants_yard_sign }}

{{ visit_form.follow_up }}
{{ visit_form.follow_up_voter }}
{{ visit_form.call_notes }}
These notes will be added to the call queue for the default caller.
Cancel
Targeted Voters at this Address
{% endblock %}