diff --git a/app/dashboard/templates/dashboard/index.html b/app/dashboard/templates/dashboard/index.html index 442f8c54..d6b30114 100644 --- a/app/dashboard/templates/dashboard/index.html +++ b/app/dashboard/templates/dashboard/index.html @@ -2,6 +2,15 @@ {% set active_page = "dashboard" %} +{% block head %} + +{% endblock %} + {% block title %} Alias {% endblock %} @@ -45,15 +54,21 @@ {% endif %} >
- -
- {{ gen_email.email }} - {% if gen_email.enabled %} - - Copy - - {% endif %} +
+ + {{ gen_email.email }} + {% if gen_email.enabled %} + + Copy + + {% endif %} +

@@ -66,10 +81,10 @@ {% endif %}

-