quiske v2 improvements
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
{% 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
|
||||
|
||||
Reference in New Issue
Block a user