a few new email templates
This commit is contained in:
16
rowers/templates/emailbase.html
Normal file
16
rowers/templates/emailbase.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<html>
|
||||
<body>
|
||||
<font face="verdana, sans-serif">
|
||||
{% load staticfiles %}
|
||||
{% load rowerfilters %}
|
||||
|
||||
|
||||
<img src="https://rowsandall.com/static/img/logo7.png" height="50">
|
||||
<font face="verdana, sans-serif">
|
||||
{% block body %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
</font>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user