mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 19:19:17 +00:00
Merge branch 'master' of github.com:webnotes/erpnext
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
{% extends "app/website/templates/html/page.html" %}
|
{% extends "app/website/templates/html/page.html" %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% include 'app/website/templates/html/product_search_box.html' %}
|
|
||||||
{% include 'app/website/templates/html/product_breadcrumbs.html' %}
|
|
||||||
<div class="span12">
|
<div class="span12">
|
||||||
{% if slideshow %}<!-- slideshow -->
|
{% if slideshow %}<!-- slideshow -->
|
||||||
{% include "app/website/templates/html/slideshow.html" %}
|
{% include "app/website/templates/html/slideshow.html" %}
|
||||||
@@ -12,6 +10,10 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<h3>{{ name }}</h3>
|
<h3>{{ name }}</h3>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
{% include 'app/website/templates/html/product_search_box.html' %}
|
||||||
|
{% include 'app/website/templates/html/product_breadcrumbs.html' %}
|
||||||
|
<div class="span12">
|
||||||
{% if sub_groups %}
|
{% if sub_groups %}
|
||||||
<hr />
|
<hr />
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|||||||
Reference in New Issue
Block a user