diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..5323d6c --- /dev/null +++ b/templates/404.html @@ -0,0 +1,57 @@ + + + Page Not Found + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
+ + + {{noOfItems}} + +
+ {% if not loggedIn %} +
+ Zaloguj się +
+ {% else %} + + {% endif %} +
+

Strona nie znaleziona

+ + + \ No newline at end of file diff --git a/templates/500.html b/templates/500.html new file mode 100644 index 0000000..9b8a025 --- /dev/null +++ b/templates/500.html @@ -0,0 +1,57 @@ + + + Internal Server Error + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
+ + + {{noOfItems}} + +
+ {% if not loggedIn %} +
+ Zaloguj się +
+ {% else %} + + {% endif %} +
+

Wewnętrzny błąd serwera

+ + + \ No newline at end of file