diff --git a/config.json b/config.json index 0ce1c0c6589..3f5851113d9 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,6 @@ { "app_name": "ERPNext", + "base_template": "app/portal/templates/base.html", "modules": { "Selling": { "link": "selling-home", diff --git a/portal/templates/base.html b/portal/templates/base.html index 57388d6c9b4..701d86c4cca 100644 --- a/portal/templates/base.html +++ b/portal/templates/base.html @@ -16,4 +16,6 @@ {%- endif %} -{% endblock %} \ No newline at end of file +{% endblock %} + +{% block footer %}{% include "app/portal/templates/includes/footer.html" %}{% endblock %} \ No newline at end of file diff --git a/portal/templates/includes/footer.html b/portal/templates/includes/footer.html new file mode 100644 index 00000000000..1e8dd76142c --- /dev/null +++ b/portal/templates/includes/footer.html @@ -0,0 +1,44 @@ +{% extends "lib/website/templates/includes/footer.html" %} + +{% block powered %} +
+ ERPNext Powered +
+{% endblock %} + +{% block extension %} +