[website] [cleanup] separated website generation in framework and erpnext

This commit is contained in:
Rushabh Mehta
2013-04-03 16:34:23 +05:30
parent 27c4079ff9
commit 3023a8fa9b
32 changed files with 114 additions and 369 deletions

View File

@@ -1,4 +1,4 @@
{% extends "html/page.html" %}
{% extends "app/website/templates/html/page.html" %}
{% block javascript %}
{% if insert_code %}
@@ -8,7 +8,7 @@
{% block content %}
<div class="span12" style="margin-top: 15px;">
{% include "html/slideshow.html" %}
{% include "app/website/templates/html/slideshow.html" %}
{{ main_section }}
</div>
{% endblock %}