{% extends "base.html" %} {% block title %}MOTM Management - HKFC Men's C Team MOTM System{% endblock %} {% block content %}

MOTM Management

Manage Man of the Match and Dick of the Day settings

Back to Admin Dashboard
Next Match Configuration
{{ form.csrf_token }}
View HK Hockey Fixtures
{{ form.nextMatchDate(class_="form-control", **{"id": "nextMatchDate"}) }}
{{ form.nextOppoTeam(class_="form-control", **{"id": "nextOppoTeam"}) }}
{{ form.votingDeadline(class_="form-control", **{"id": "votingDeadline", "type": "datetime-local"}) }} Set when voting should close (leave empty for no deadline)
{{ form.currMotM(class_="form-select") }} Auto-selected from previous vote. Choose "No Previous" to override.
{{ form.currDotD(class_="form-select") }} Auto-selected from previous vote. Choose "No Previous" to override.
{% if not form.currMotM.choices or form.currMotM.choices|length == 0 %}
Note: No players available for previous MOTM/DotD. This is normal if you haven't set up a match squad yet. You can still save the match details.
{% endif %}
{{ form.saveButton(class_="btn btn-success") }} {{ form.activateButton(class_="btn btn-primary") }} Cancel
Opposition Team Logo
{% endblock %} {% block extra_scripts %} {% endblock %}