summaryrefslogtreecommitdiff
path: root/app/views/Mailer
diff options
context:
space:
mode:
authorHorus_Arch2015-03-02 15:31:39 +0100
committerHorus_Arch2015-03-02 15:31:39 +0100
commite31b06b7b56aaf1cf5510d4bb0261f73bc0e8893 (patch)
tree0651cdd688659b845f3605e09384161b3c0334db /app/views/Mailer
parentcf66deeeba38263feef0ca4123a983cb78ce5cac (diff)
downloadwebmon-master.tar.gz
Migrating from revel.HEADmaster
Diffstat (limited to 'app/views/Mailer')
-rw-r--r--app/views/Mailer/ConfirmRegistration.html5
-rw-r--r--app/views/Mailer/SendConfirmationKey.html4
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>