{% extends 'ccc/campaigns/base.html' %} {% block title %} Edit Follow Up Campaign {{ campaign.name }} {% endblock title %} {% load static %} {% block css %} {% endblock css %} {% block content %}
Edit {{ campaign.name }}
{% csrf_token %}

Edit {{ campaign.name }}

A reminder of what the follow up is about

Click to edit Voice

Click here to edit SMS

Click here to add MMS

Click here to edit Email

Click here to edit schedule

{% endblock content %} {% block scripts %} {% endblock scripts %}