Private
Public Access
1
0

a few new email templates

This commit is contained in:
Sander Roosendaal
2018-03-19 15:49:57 +01:00
parent b744eff7f6
commit e7e2ced5f5
11 changed files with 254 additions and 88 deletions

View File

@@ -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 %}