add respose page when feedbakc is submitted

This commit is contained in:
Ross
2023-12-11 14:07:12 +00:00
parent 472fe6ee96
commit 893e65227e
2 changed files with 11 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{% extends 'base.html' %}
{% block content %}
<p>Thank you for your feedback. </p>
<p>You probably want to close this page.</p>
{% endblock %}