Move data out of import.district and in to organization

Then get the organization settings page to work again.

Tons of other stuff is broken now.
This commit is contained in:
Eli Ribble 2026-02-17 05:33:12 +00:00
parent b786c88f52
commit 5a7c9fd090
No known key found for this signature in database
31 changed files with 2001 additions and 4340 deletions

View file

@ -60,10 +60,6 @@ type ContentDashboardLoading struct {
User User
}
type ContentSignin struct {
InvalidCredentials bool
}
type ContentSignup struct{}
type Inspection struct {
Action string
Date *time.Time