emails: use app_title
in leu of Quay.io
This commit is contained in:
parent
004b834c72
commit
16dec04787
9 changed files with 13 additions and 13 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
<table style="margin-top: 25px">
|
||||
<tr>
|
||||
<td style="font-size: 13px;">Once you confirm this email you’ll be able to access your Quay account.</td>
|
||||
<td style="font-size: 13px;">Once you confirm this email you’ll 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 %}
|
||||
|
|
Reference in a new issue