From 9631fab7b2adb8e640336868db90722ba4f2dac4 Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 12 Sep 2014 18:08:33 +0200 Subject: [PATCH] Changed incomming-email-input to type text The input type="email" validation won't allow "@example.com", which is needed for catch-all-aliases. --- management/templates/aliases.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/management/templates/aliases.html b/management/templates/aliases.html index 571909fe..eba1ad4a 100644 --- a/management/templates/aliases.html +++ b/management/templates/aliases.html @@ -13,7 +13,7 @@
- +
@@ -156,4 +156,4 @@ function aliases_remove(elem) { }); }); } - \ No newline at end of file +