{% extends 'ccc/campaigns/base.html' %} {% load tz static staticfiles %} {% block title %} Notification Settings {% endblock title %} {% block css %} {% endblock css %} {% block content %}
{% csrf_token %}
{% csrf_token %}
{{ form.email }}
{{ form.sms }}
{{ form.call }}
{{ form.duration }}
{% if form.errors %}
Error! {{ form.non_field_errors }}
{% endif %}
{% endblock content %} {% block scripts %} {% endblock scripts %}