Merge ERPNext Schools into ERPNext

This commit is contained in:
Neil Trini Lasrado
2016-07-19 14:17:33 +05:30
parent e2d0d7c5db
commit 3f0a581b85
178 changed files with 10454 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
{% extends "templates/web.html" %}
{% block header %}
<h1> About </h1>
{% endblock %}
{% block page_content %}
<p class="post-description"> {{ intro }} </p>
{% endblock %}