Removed deprecated event and handlers. (block use of domain)

This commit is contained in:
James Cole
2016-12-28 10:05:37 +01:00
parent 9168c97eb6
commit 2dbd9bd0b1
6 changed files with 0 additions and 105 deletions

View File

@@ -1,8 +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 registration for an email addres at domain {{ blocked_domain }}.
</p>
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
The blocked email address was "{{ email_address }}".
</p>
{% include 'emails.footer-html' %}

View File

@@ -1,5 +0,0 @@
{% include 'emails.header-text' %}
Firefly III has just blocked a registration for an email addres at domain {{ blocked_domain }}.
The blocked email address was "{{ email_address }}".
{% include 'emails.footer-text' %}