diff --git a/app/dashboard/templates/dashboard/custom_alias.html b/app/dashboard/templates/dashboard/custom_alias.html index dfa57f24..7cf3c95b 100644 --- a/app/dashboard/templates/dashboard/custom_alias.html +++ b/app/dashboard/templates/dashboard/custom_alias.html @@ -17,22 +17,22 @@
-
+
{% if custom_domains %} -
+
{% endif %}
-
+
-
+

.{{ email_suffix }}@{{ EMAIL_DOMAIN }} @@ -40,13 +40,13 @@

-
+
You can use letter, number or dash. Alias cannot be empty.
-
+
@@ -56,29 +56,31 @@ {% if custom_domains %}

OR with your custom domains

- {% for custom_domain in custom_domains %} - - - +
+ {% for custom_domain in custom_domains %} + + + -
-
- -
-
- - - @{{ custom_domain.domain }} - - -
-
+
+
+ +
+ + @{{ custom_domain.domain }} + +
+
+
+ +
-
- - {% endfor %} + + + {% endfor %} +
{% endif %}