initialize

This commit is contained in:
2022-02-06 10:19:03 +01:00
commit 75749efa02
61 changed files with 5121 additions and 0 deletions
+10
View File
@@ -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 %}