added a errors template
parent
b787449905
commit
effd1f915f
|
@ -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 %}
|
Loading…
Reference in New Issue