10 lines
179 B
HTML
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 %} |