diff options
Diffstat (limited to 'app/views/Mailer')
| -rw-r--r-- | app/views/Mailer/ConfirmRegistration.html | 5 | ||||
| -rw-r--r-- | app/views/Mailer/SendConfirmationKey.html | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/app/views/Mailer/ConfirmRegistration.html b/app/views/Mailer/ConfirmRegistration.html deleted file mode 100644 index a63fcba..0000000 --- a/app/views/Mailer/ConfirmRegistration.html +++ /dev/null @@ -1,5 +0,0 @@ -<h1>{{.subject}}</h1> - -<p>Hello {{.user}},<br> - to confirm your registration please follow this link: <a href="https://webmon.iamfabulous.de/confirm?registration={{.key}}" title="Confirmation Link">Link</a> -</p> diff --git a/app/views/Mailer/SendConfirmationKey.html b/app/views/Mailer/SendConfirmationKey.html deleted file mode 100644 index 0fef96b..0000000 --- a/app/views/Mailer/SendConfirmationKey.html +++ /dev/null @@ -1,4 +0,0 @@ -<h1>{{.subject}}</h1> - -<p>Hello,<br> - please follow this link to confirm your action: <a href="https://webmon.iamfabulous.de/confirm?key={{.key}}">Link</a></p> |
