{% extends 'base.html' %} {% block title %}Contact the Author{% endblock %} {% block content %}
Thank you for your feedback. I will send our reply to {{ form.cleaned_data.email }} please check to make sure that this address is correct
{% endblock %}