diff --git a/tournaments/templates/admin/tournaments/set_club_action.html b/tournaments/templates/admin/tournaments/set_club_action.html new file mode 100644 index 0000000..a0e68dd --- /dev/null +++ b/tournaments/templates/admin/tournaments/set_club_action.html @@ -0,0 +1,66 @@ +{% extends "admin/base_site.html" %} +{% load static %} + +{% block extrahead %} + {{ block.super }} + {{ form.media }} +{% endblock %} + +{% block content %} +
You are about to set the club for the following {{ events|length }} event(s):
+ +