emails: use app_title in leu of Quay.io

This commit is contained in:
Ben Spoon 2016-08-04 11:49:47 -07:00
parent 004b834c72
commit 16dec04787
9 changed files with 13 additions and 13 deletions

View file

@ -13,7 +13,7 @@
<table style="margin-top: 25px">
<tr>
<td style="font-size: 13px;">Once you confirm this email youll be able to access your Quay account.</td>
<td style="font-size: 13px;">Once you confirm this email youll be able to access your {{ app_title }} account.</td>
</tr>
</table>
@ -25,6 +25,6 @@
<span style="font-size: 13px;">Welcome!</span><br>
<span style="font-size: 13px;">The Quay Team</span><br>
<span style="font-size: 13px;">The {{ app_title }} Team</span><br>
{% endblock %}