From 3818f55276e2b82190d55808bbc101b0ecfa9be9 Mon Sep 17 00:00:00 2001 From: Parsa Nazer Date: Fri, 14 Nov 2025 14:08:27 +0330 Subject: [PATCH] 403 404 500 templates --- backend/templates/403.html | 183 ++++++++++++++++++++++++++++++++++++ backend/templates/404.html | 185 +++++++++++++++++++++++++++++++++++++ backend/templates/500.html | 184 ++++++++++++++++++++++++++++++++++++ 3 files changed, 552 insertions(+) create mode 100644 backend/templates/403.html create mode 100644 backend/templates/404.html create mode 100644 backend/templates/500.html diff --git a/backend/templates/403.html b/backend/templates/403.html new file mode 100644 index 0000000..02bcbc0 --- /dev/null +++ b/backend/templates/403.html @@ -0,0 +1,183 @@ +{% load static %} + + + + + + + + 403 - دسترسی ممنوع + + + +
+
403
+

دسترسی ممنوع

+

+ شما مجاز به مشاهده این صفحه نیستید.
+ لطفاً با مدیر سیستم تماس بگیرید یا به صفحه اصلی بازگردید. +

+ +
+ + \ No newline at end of file diff --git a/backend/templates/404.html b/backend/templates/404.html new file mode 100644 index 0000000..d351e35 --- /dev/null +++ b/backend/templates/404.html @@ -0,0 +1,185 @@ +{% load static %} + + + + + + + + 404 - صفحه یافت نشد + + + +
+
404
+

صفحه یافت نشد

+

+ صفحه مورد نظر شما یافت نشد.
+ لطفاً آدرس را بررسی کنید یا به صفحه اصلی بازگردید. +

+ +
+ + + \ No newline at end of file diff --git a/backend/templates/500.html b/backend/templates/500.html new file mode 100644 index 0000000..fe5c505 --- /dev/null +++ b/backend/templates/500.html @@ -0,0 +1,184 @@ +{% load static %} + + + + + + + + 500 - خطای سرور + + + +
+
500
+

خطای داخلی سرور

+

+متأسفانه خطای غیرمنتظره‌ای رخ داده است.
+لطفاً چند دقیقه بعد دوباره تلاش کنید یا در صورت تکرار مشکل، با پشتیبانی تماس بگیرید. +

+ +
+ + \ No newline at end of file