2016-11-22 21:21:11 +01:00
|
|
|
{% include 'emails.header-html' %}
|
2016-03-18 11:10:51 +01:00
|
|
|
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
2016-08-27 03:50:35 +02:00
|
|
|
Firefly III has just blocked a login from user #{{ user_id }} ({{ user_address }}).
|
2016-03-18 11:10:51 +01:00
|
|
|
</p>
|
|
|
|
|
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
2016-08-27 03:50:35 +02:00
|
|
|
The blocked code was "{{ code }}".
|
2016-03-18 11:10:51 +01:00
|
|
|
</p>
|
2016-11-22 21:21:11 +01:00
|
|
|
{% include 'emails.footer-html' %}
|