diff --git a/app/routes/calendar/new.tsx b/app/routes/calendar/new.tsx
index fbec99943..99d226958 100644
--- a/app/routes/calendar/new.tsx
+++ b/app/routes/calendar/new.tsx
@@ -261,7 +261,7 @@ export default function CalendarNewEventPage() {
- {!eventToEdit ? : null}
+
{t("actions.submit")}
@@ -626,9 +626,12 @@ function TOToolsAndMapPool() {
: "ALL"
);
+ // currently not possible to edit "tournament" data after submitting it
+ if (eventToEdit?.tournamentId) return null;
+
return (
<>
- {canEnableTOTools(user) && (
+ {canEnableTOTools(user) && !eventToEdit && (
)}
{checked ? (