diff --git a/app/dashboard/templates/dashboard/index.html b/app/dashboard/templates/dashboard/index.html index f71d98cd..54d9504e 100644 --- a/app/dashboard/templates/dashboard/index.html +++ b/app/dashboard/templates/dashboard/index.html @@ -21,9 +21,11 @@ - - Create custom alias - + {% if current_user.can_create_custom_email() %} + + Create custom alias + + {% endif %}