From 20d07706e7c5937e85e83559f740c27f6bded77e Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Tue, 30 Aug 2016 10:06:25 +0530 Subject: [PATCH] [fix] move error_snapshot templates to doctype folder, fixes #1993, frappe/erpnext#6207 --- .../html => core/doctype/error_snapshot}/error_object.html | 0 .../html => core/doctype/error_snapshot}/error_snapshot.html | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename frappe/{public/html => core/doctype/error_snapshot}/error_object.html (100%) rename frappe/{public/html => core/doctype/error_snapshot}/error_snapshot.html (100%) diff --git a/frappe/public/html/error_object.html b/frappe/core/doctype/error_snapshot/error_object.html similarity index 100% rename from frappe/public/html/error_object.html rename to frappe/core/doctype/error_snapshot/error_object.html diff --git a/frappe/public/html/error_snapshot.html b/frappe/core/doctype/error_snapshot/error_snapshot.html similarity index 100% rename from frappe/public/html/error_snapshot.html rename to frappe/core/doctype/error_snapshot/error_snapshot.html