diff --git a/frappe/templates/includes/navbar/navbar_login.html b/frappe/templates/includes/navbar/navbar_login.html index 95f79c9c1a..2a58efe039 100644 --- a/frappe/templates/includes/navbar/navbar_login.html +++ b/frappe/templates/includes/navbar/navbar_login.html @@ -1,23 +1,29 @@ {% if not only_static %} - -{% if not hide_login %} -{{ _("Login") }} -{% endif %} + + + {% endif %} + + {% if not hide_login %} + + {% endif %} {% endif %} \ No newline at end of file