initialize
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{% extends "template.html" %}
|
||||
{% block content %}
|
||||
|
||||
{% if error == 'play': %}
|
||||
<div class="my-3 alert alert-danger">
|
||||
Error on playing from card.
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user