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

{{sample.campaign.title}}

Description

{{sample.campaign.description}}

{% csrf_token %} {{form.as_p}}
{% endblock %}