Removed deprecated event and handlers.

This commit is contained in:
James Cole
2016-12-28 10:00:58 +01:00
parent 9c6a3e4ad5
commit 8ccdf9ea83
7 changed files with 5 additions and 97 deletions

View File

@@ -1,5 +0,0 @@
{% include 'emails.header-html' %}
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
Firefly III has just blocked a login from user with email "{{ email }}" because they supplied bad credentials.
</p>
{% include 'emails.footer-html' %}

View File

@@ -1,3 +0,0 @@
{% include 'emails.header-text' %}
Firefly III has just blocked a login from user with email "{{ email }}" because they supplied bad credentials.
{% include 'emails.footer-text' %}