diff --git a/app/templates/errors/403.html b/app/templates/errors/403.html
index 59a5dc5a..9a7423d8 100644
--- a/app/templates/errors/403.html
+++ b/app/templates/errors/403.html
@@ -3,4 +3,6 @@
{% block content %}
+ Access Denied! You do not have permission to view this page.
+ Back to home page
{% endblock %}
\ No newline at end of file
diff --git a/app/templates/errors/404.html b/app/templates/errors/404.html
index e6cc0d48..42b4d9d7 100644
--- a/app/templates/errors/404.html
+++ b/app/templates/errors/404.html
@@ -3,4 +3,6 @@
{% block content %}
+ The page you are looking for could not be found. Please check the URL or go back to the homepage.
+ Back to home page
{% endblock %}
\ No newline at end of file
diff --git a/app/templates/errors/500.html b/app/templates/errors/500.html
index 3e7fa6bf..cfa27f2d 100644
--- a/app/templates/errors/500.html
+++ b/app/templates/errors/500.html
@@ -3,4 +3,6 @@
{% block content %}
+ Something went wrong on our end. We are working to fix this issue. Please try again later.
+ Back to home page
{% endblock %}
\ No newline at end of file