added a errors template

master
Kostanjevec 2022-06-14 02:18:27 +02:00
parent b787449905
commit effd1f915f
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{% extends 'base.html' %}
{% block content %}
<h1>Error: No cards foud</h1>
<p>No cards were found in your collection. Consider <a href="{{ url_for('upload.index') }}">uploading</a> some.</p>
{% endblock %}