{% extends 'base.html' %} {% load static %} {% load widget_tweaks %} {% block content %} {#
#} {# Are you looking for a PHP version of the wheel?
#}

Spin the wheel to win!

{% if error %}

ERROR: {{ error }}

{% endif %} {% if spin %}

Good luck!

{% else %}

Enter your email below and the your code to spin the wheel for a chance to win!

Demo: Use the code 'ABCDEFGH'

{% csrf_token %} {% for field in form %}
{{ field|add_class:'form-control form-control-lg' }} {% if field.errors %} {% endif %}
{% endfor %}
{% endif %}
{% endblock %} {% block extra-scripts %} {% if spin %} {% else %} {% endif %} {% endblock %}