From 26b6d4e7dbbaf6a9d2b0aed81728eec56c91b9a6 Mon Sep 17 00:00:00 2001 From: Disco DeDisco Date: Sat, 14 Mar 2026 13:32:56 -0400 Subject: [PATCH] fixed invite input field timeout, which would obey the refresh triggered by the modal every 3s --- src/templates/apps/gameboard/_partials/_gatekeeper.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/apps/gameboard/_partials/_gatekeeper.html b/src/templates/apps/gameboard/_partials/_gatekeeper.html index 83dd528..0c6a65c 100644 --- a/src/templates/apps/gameboard/_partials/_gatekeeper.html +++ b/src/templates/apps/gameboard/_partials/_gatekeeper.html @@ -74,7 +74,7 @@ {% if request.user == room.owner %}
{% csrf_token %} - +
{% endif %}