{% extends "base.html" %} {% block title %}Library Feedback!{% endblock %} {% block headcss %} {% endblock %} {% block content %}
Do you have any feedback you would like to give? Please send us an email!
{% csrf_token %} {{ form.as_p }}
{% endblock %}