luniebox/application/templates/error.html
2022-02-06 10:19:03 +01:00

10 lines
179 B
HTML

{% extends "template.html" %}
{% block content %}
{% if error == 'play': %}
<div class="my-3 alert alert-danger">
Error on playing from card.
</div>
{% endif %}
{% endblock %}