From d9b3c5ca605e4adb37fd88b4b77467c0bcd44fb5 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 13 Jul 2016 11:29:37 +0530 Subject: [PATCH] [fix] use base.html's title block in home.html --- erpnext/templates/pages/home.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/erpnext/templates/pages/home.html b/erpnext/templates/pages/home.html index 56bf019778..790a430e37 100644 --- a/erpnext/templates/pages/home.html +++ b/erpnext/templates/pages/home.html @@ -1,8 +1,6 @@ {% extends "templates/web.html" %} {% from "erpnext/templates/includes/macros.html" import product_image_square %} -{% block title %}{{ brand_html }}{% endblock %} - {% block page_content %}