Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2022-10-23 15:46:16 +02:00
parent bad7978e6f
commit 88f39d5f36
2 changed files with 1 additions and 9 deletions

View File

@@ -1,11 +1,7 @@
{% extends "emailbase.html" %}
{% block body %}
{% if last_name %}
<p>Dear <strong>{{ first_name }} {{ last_name }}</strong>,</p>
{% else %}
<p>Dear <strong>{{ first_name }}</strong>,</p>
{% endif %}
<p>
Congratulations! Your recent workout has been analyzed

View File

@@ -1,11 +1,7 @@
{% extends "emailbase.html" %}
{% block body %}
{% if last_name %}
<p>Dear <strong>{{ first_name }} {{ last_name }}</strong>,</p>
{% else %}
<p>Dear <strong>{{ first_name }}</strong>,</p>
{% endif %}
<p>Dear <strong>{{ first_name }} {{ last_name }}</strong>,</p>
<p>
Congratulations! Your recent workout has been analyzed