feat: use the new, revised database model

This commit is contained in:
2025-04-28 02:34:03 +02:00
parent b4b81355c1
commit 1083cfa3ff
7 changed files with 570 additions and 9 deletions

View File

@@ -26,6 +26,11 @@
<input asp-for="EventDate" type="datetime-local" class="form-control" />
<span asp-validation-for="EventDate" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="OrganisationId">OrganisationId (for debugging purposes)</label>
<input asp-for="OrganisationId" class="form-control" />
<span asp-validation-for="OrganisationId" class="text-danger"></span>
</div>
<button type="submit" class="btn btn-primary">Save</button>
</form>