fixed template loader webnotes/wnframework#351
diff --git a/erpnext/portal/templates/base.html b/erpnext/portal/templates/base.html
index bc6fb97..3eb7adc 100644
--- a/erpnext/portal/templates/base.html
+++ b/erpnext/portal/templates/base.html
@@ -1,3 +1,3 @@
-{% extends "lib/website/templates/base.html" %}
+{% extends "website/templates/base.html" %}
 
-{% block footer %}{% include "app/portal/templates/includes/footer.html" %}{% endblock %}
\ No newline at end of file
+{% block footer %}{% include "portal/templates/includes/footer.html" %}{% endblock %}
\ No newline at end of file