fixing contact form
This commit is contained in:
24
rowers/templates/contactformemail.html
Normal file
24
rowers/templates/contactformemail.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user