Files
firefly-iii/resources/views/emails/password-html.twig

14 lines
589 B
Twig
Raw Normal View History

2016-11-22 21:21:11 +01:00
{% include 'emails.header-html' %}
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
Somebody tried to reset your password. If it was you, please follow the link below to do so.
</p>
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!
</p>
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
2017-04-09 07:56:46 +02:00
<a href="{{ url }}">{{ url }}</a>
2016-11-22 21:21:11 +01:00
</p>
{% include 'emails.footer-html' %}