From effd1f915fce0b92f304339745148cc89de36783 Mon Sep 17 00:00:00 2001 From: Kostanjevec Date: Tue, 14 Jun 2022 02:18:27 +0200 Subject: [PATCH] added a errors template --- templates/error/no_cards_in_collection.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 templates/error/no_cards_in_collection.html diff --git a/templates/error/no_cards_in_collection.html b/templates/error/no_cards_in_collection.html new file mode 100644 index 0000000..a2bcf53 --- /dev/null +++ b/templates/error/no_cards_in_collection.html @@ -0,0 +1,6 @@ +{% extends 'base.html' %} + +{% block content %} +

Error: No cards foud

+

No cards were found in your collection. Consider uploading some.

+{% endblock %} \ No newline at end of file