diff --git a/src/routes/events/[event_id]/+layout.svelte b/src/routes/events/[event_id]/+layout.svelte
index b43958dc..9654cb5f 100644
--- a/src/routes/events/[event_id]/+layout.svelte
+++ b/src/routes/events/[event_id]/+layout.svelte
@@ -1,61 +1,70 @@
{@render children?.()}
diff --git a/src/routes/events/[event_id]/+layout.ts b/src/routes/events/[event_id]/+layout.ts
index 0db57367..bb1c3d92 100644
--- a/src/routes/events/[event_id]/+layout.ts
+++ b/src/routes/events/[event_id]/+layout.ts
@@ -17,7 +17,9 @@ export async function load({ params, parent }) {
let ae_acct = data[account_id];
if (!ae_acct) {
- console.warn(`ae Events - [event_id] +layout.ts: Account ${account_id} not found in data. Initializing ghost acct.`);
+ console.warn(
+ `ae Events - [event_id] +layout.ts: Account ${account_id} not found in data. Initializing ghost acct.`
+ );
ae_acct = {
api: data.ae_api || {},
slct: {
@@ -39,7 +41,8 @@ export async function load({ params, parent }) {
ae_acct.slct.event_id = event_id;
if (browser) {
- if (log_lvl) console.log(`ae_events [event_id] +layout.ts (Non-Blocking)`);
+ if (log_lvl)
+ console.log(`ae_events [event_id] +layout.ts (Non-Blocking)`);
// OPTIMIZATION: Fire the event load in the background without 'await'.
// The event module uses SWR, so this will:
diff --git a/src/routes/events/[event_id]/+page.svelte b/src/routes/events/[event_id]/+page.svelte
index 1641cf27..3d48788e 100644
--- a/src/routes/events/[event_id]/+page.svelte
+++ b/src/routes/events/[event_id]/+page.svelte
@@ -1,65 +1,67 @@
- Welcome to the event management dashboard. Please select a module to begin. + Welcome to the event management dashboard. Please select a module to + begin.
You have elevated privileges. Use the menu above to access advanced settings and reports.
++ You have elevated privileges. Use the menu above to + access advanced settings and reports. +
Loading event data...
-{/if} - -{#if show_create_badge_modal} -Loading event data...
+ {/if} -{#if show_upload_badge_modal} -Event settings require administrator access. Redirecting…
- Return to Event ++ Event settings require administrator access. Redirecting… +
+ Return to Event- Controls which fields each access level may edit on the Badge Review page. - Staff (Trusted) defaults include all attendee fields plus Email and Badge Type Code. + Controls which fields each access level may edit on the + Badge Review page. Staff (Trusted) defaults include all + attendee fields plus Email and Badge Type Code. Administrators can always edit everything.
@@ -184,13 +202,20 @@Attendees (passcode link)