a few new email templates
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<html>
|
||||
<body>
|
||||
<img src="https://rowsandall.com/static/img/logo7.png" height="50">
|
||||
{% extends "emailbase.html" %}
|
||||
{% load staticfiles %}
|
||||
{% load rowerfilters %}
|
||||
|
||||
{% block body %}
|
||||
<p>Dear <strong>{{ first_name }}</strong>,</p>
|
||||
|
||||
<p>
|
||||
@@ -10,5 +12,4 @@
|
||||
<p>
|
||||
Best Regards, the Rowsandall Team
|
||||
</p>
|
||||
|
||||
</body>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user