From 721fd2303889243b4eaa3194e31835175f73935a Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Sun, 1 Sep 2019 22:17:35 +0200
Subject: [PATCH] Add sent template.

---
 .../core/templates/contact_form/support/sent.html | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 biscuit/core/templates/contact_form/support/sent.html

diff --git a/biscuit/core/templates/contact_form/support/sent.html b/biscuit/core/templates/contact_form/support/sent.html
new file mode 100644
index 000000000..dcad37728
--- /dev/null
+++ b/biscuit/core/templates/contact_form/support/sent.html
@@ -0,0 +1,15 @@
+{# -*- engine:django -*- #}
+{% extends "core/base.html" %}
+{% load bootstrap4 %}
+
+{% block page_title %}BiscuIT School Information System (SIS){% endblock %}
+
+{% block content %}
+ <div class="alert alert-success" role="alert">
+  <p>
+   {% blocktrans %}
+    The message was successfully submitted.
+   {% endblocktrans %}
+  </p>
+ </div>
+{% endblock %}
-- 
GitLab