{% extends "base.html" %} {% block title %}Player Authentication - SKE Digital Signage{% endblock %} {% block content %}

Player Authentication

{{ player.username }}

{% if error %}
{{ error }}
{% endif %}

Enter the password to access this player's display
{% endblock %}