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

Vote for a Film

{% include "votes/includes/film_card.html" with film=film is_voting=1 only %}
{% csrf_token %} {{ form.as_p }}
{% endblock content %}