|
@@ -1,12 +1,12 @@
|
|
|
{% extends "coderedcms/pages/web_page.html" %}
|
|
|
|
|
|
-{% load i18n wagtailcore_tags coderedcms_tags bootstrap4 %}
|
|
|
+{% load i18n %}
|
|
|
|
|
|
-{% block content %}
|
|
|
+{% block content_body %}
|
|
|
|
|
|
-<div class="container mt-5">
|
|
|
- <h1>{% trans 'Thank You' %}</h1>
|
|
|
- <p>{% trans 'We have successfully recieved your submission for:' %} {{self.title}}.</p>
|
|
|
+<div class="container my-5">
|
|
|
+ <h2>{% trans 'Thank You' %}</h2>
|
|
|
+ <p>{% trans 'We have successfully received your submission.' %}</p>
|
|
|
</div>
|
|
|
|
|
|
{% endblock %}
|