Page missing or moved
++
We are very sorry for this, but the page you are looking for is missing + (this could be because of a typo in the address) or moved.
+diff --git a/config.json b/config.json index ffc6d2cc13..cee89611ae 100644 --- a/config.json +++ b/config.json @@ -1,12 +1,5 @@ { "modules": { - "Activity": { - "type": "page", - "link": "activity", - "color": "#633501", - "icon": "icon-play", - "label": "Activity" - }, "To Do": { "type": "page", "link": "todo", @@ -28,5 +21,29 @@ "label": "Messages", "icon": "icon-comments" } + }, + "web": { + "pages": { + "404": { + "template": "lib/templates/pages/404" + }, + "error": { + "no_cache": true, + "template": "lib/templates/pages/error" + }, + "login": { + "template": "lib/templates/pages/login" + }, + "message": { + "no_cache": true, + "template": "lib/templates/pages/message" + }, + "print": { + "no_cache": true, + "template": "lib/templates/pages/print", + "args_method": "core.doctype.print_format.print_format.get_args" + } + }, + "generators": {} } } \ No newline at end of file diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000000..cfba1a5ca0 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,25 @@ + + +
+ + +We are very sorry for this, but the page you are looking for is missing + (this could be because of a typo in the address) or moved.
+%(error)s+