This commit is contained in:
larssand
2026-03-27 16:41:23 +01:00
parent 735f1bd350
commit 1d3dcdf50e
2 changed files with 29 additions and 28 deletions

View File

@@ -292,7 +292,7 @@ export function renderEventManagerMarkup(context) {
<p class="hint">${t("events.team_steps")}</p>
<form id="teamForm" class="form-grid cols-4 team-create-form">
<input name="teamName" required placeholder="${t("events.team_name")}" />
<button class="btn btn-primary" type="submit">${t("events.add_team")}</button>
<button class="btn btn-primary" id="teamAddSave" type="button">${t("events.add_team")}</button>
</form>
<p class="hint">${t("events.team_hint")}</p>
<div class="panel-row mt-16">