contentmatcher/templates/error/no_cards_in_collection.html

6 lines
215 B
HTML
Raw Normal View History

2022-06-14 02:18:27 +02:00
{% 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 %}