{% extends "base.html" %} {% block title %}Adagios Settings{% endblock %} {% block content %} {% if thank_you %}

Thank you!

Thank you for submitting your suggestion. We very much appreciate it. feel free to make another suggestion. {% endif %} {% if form %}
{% csrf_token %} {{ form.as_p }}

{% endif %} {% endblock %}