Private
Public Access
1
0

TP fix maybe, and form to message racers

This commit is contained in:
Sander Roosendaal
2020-06-06 17:43:16 +02:00
parent 55ad7ce2d9
commit 5aa6d89891
10 changed files with 174 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
{% extends "emailbase.html" %}
{% block body %}
<p>Dear <strong>{{ rowername }}</strong>,</p>
<p>
{{ message }}
</p>
{% endblock %}