fixes
This commit is contained in:
@@ -1,11 +1,7 @@
|
|||||||
{% extends "emailbase.html" %}
|
{% extends "emailbase.html" %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
{% if last_name %}
|
|
||||||
<p>Dear <strong>{{ first_name }} {{ last_name }}</strong>,</p>
|
<p>Dear <strong>{{ first_name }} {{ last_name }}</strong>,</p>
|
||||||
{% else %}
|
|
||||||
<p>Dear <strong>{{ first_name }}</strong>,</p>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Congratulations! Your recent workout has been analyzed
|
Congratulations! Your recent workout has been analyzed
|
||||||
|
|||||||
@@ -1,11 +1,7 @@
|
|||||||
{% extends "emailbase.html" %}
|
{% extends "emailbase.html" %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
{% if last_name %}
|
<p>Dear <strong>{{ first_name }} {{ last_name }}</strong>,</p>
|
||||||
<p>Dear <strong>{{ first_name }} {{ last_name }}</strong>,</p>
|
|
||||||
{% else %}
|
|
||||||
<p>Dear <strong>{{ first_name }}</strong>,</p>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Congratulations! Your recent workout has been analyzed
|
Congratulations! Your recent workout has been analyzed
|
||||||
|
|||||||
Reference in New Issue
Block a user