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