{# templates/voter_guide/voter_guide_edit.html #} {% extends "template_base.html" %} {% block title %}{% if voter_guide %}{{ voter_guide.display_name }}{% else %}New Candidate{% endif %}{% endblock %} {% block content %} {% load template_filters %} < Back to Voter Guides

{% if voter_guide %}Edit Voter Guide "{{ voter_guide.display_name }}"{% else %}New Voter Guide{% endif %}

NOTE: THIS FORM DOESN'T SAVE YET -- VIEW ONLY

{% if error_message %}

{{ error_message }}

{% endif %}
{% csrf_token %}
{% if voter_guide %} {{ voter_guide.we_vote_id }} {% else %} {{ we_vote_id }} {% endif %}
{% if voter_guide %} {# We don't currently offer a way to edit the google_civic_election_id once a voter_guide is saved. #} {{ voter_guide.google_civic_election_id }}{% if voter_guide.election %} ({{ voter_guide.election.election_name }}){% endif %} {% else %} {% endif %}
{% if state_code_from_election == "" %}
{% endif %}

cancel


{% endblock %}