Private
Public Access
1
0

fixing contact form

This commit is contained in:
2023-11-07 17:49:49 +01:00
parent 9a6d3ae4c2
commit 7cd59d2093
2 changed files with 41 additions and 4 deletions

View File

@@ -0,0 +1,24 @@
{% extends "emailbase.html" %}
{% block body %}
<p>New Contact Form Message</p>
<p>
From: {{ firstname }} {{ lastname }}
</p>
<p>
Email: {{ email }}
</p>
<p>
Subject: {{ subject }}
</p>
<p>
{{ message }}
</p>
<p>
Best Regards, the Rowsandall Team
</p>
{% endblock %}