mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-10 23:45:48 -06:00
6 lines
271 B
Twig
6 lines
271 B
Twig
|
{% include 'emails.header-html' %}
|
||
|
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||
|
Firefly III has just blocked a registration for email addres "{{ email_address }}". It was used before.
|
||
|
</p>
|
||
|
{% include 'emails.footer-html' %}
|