9 lines
195 B

{% extends "layout.html" %}
{% block body %}
<center>
<h1>Error!</h1>
You are not registered as a player! Got to the registration desk.<br>
{{ registration }}
</center>
{% endblock %}