diff --git a/frappe/templates/web.html b/frappe/templates/web.html index af15f27356..3c2f36e87b 100644 --- a/frappe/templates/web.html +++ b/frappe/templates/web.html @@ -12,15 +12,17 @@
- +
+ - {% if self.header_actions() %} -
- {% block header_actions %}{% endblock %} + {% if self.header_actions() %} +
+ {% block header_actions %}{% endblock %} +
+ {% endif %}
- {% endif %}
{%- block page_content -%}{%- endblock -%}