commit | 239b351367ebadf80f1462aff45e8a634903324b | [log] [tgz] |
---|---|---|
author | Kanchan Chauhan <angel143.dr@gmail.com> | Mon May 02 11:43:44 2016 +0530 |
committer | Kanchan Chauhan <angel143.dr@gmail.com> | Mon May 02 11:43:44 2016 +0530 |
tree | ae56314611228d984c1fd86b4c8fea15080db9ba | |
parent | 0fa7b7c4f27202248e48c00ca17abecdf4d144c2 [diff] [blame] |
New look to the website
diff --git a/erpnext/templates/pages/order.html b/erpnext/templates/pages/order.html index 191b078..98f7431 100644 --- a/erpnext/templates/pages/order.html +++ b/erpnext/templates/pages/order.html
@@ -4,6 +4,9 @@ {% block breadcrumbs %} {% include "templates/includes/breadcrumbs.html" %} {% endblock %} +{% block title %} +{{ doc.name }} +{% endblock %} {% block header %} <h1>{{ doc.name }}</h1>