Edit Website for Schools

Hi,

We’ve been planning on marketing the ERPNext Schools. I just have queries, it seems that there is no way to edit the Website, or the landing page.

Bests,

Jeff

the website is editable from many ways, some info you can change from the UI and some info need to be coded if you need design changing…

http://yourdomain/desk#modules/Website

First, the Website Module is not available on Desktop. When I search for it, and opens it, I got below error

Traceback (innermost last):
File “/home/frappe/press/benches/1605111019/apps/frappe/frappe/app.py”, line 57, in application
response = frappe.handler.handle()
File “/home/frappe/press/benches/1605111019/apps/frappe/frappe/handler.py”, line 19, in handle
execute_cmd(cmd)
File “/home/frappe/press/benches/1605111019/apps/frappe/frappe/handler.py”, line 36, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/frappe/press/benches/1605111019/apps/frappe/frappe/init.py”, line 806, in call
return fn(*args, **newargs)
TypeError: get() takes exactly 1 argument (0 given)