summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorCadence Ember <cadence@disroot.org>2025-01-12 12:50:32 +1300
committerCadence Ember <cadence@disroot.org>2025-01-12 12:50:32 +1300
commitc6708d4dbda2137a1c8358dee2a2eadecc43efb5 (patch)
treeb2f829d7ce9201a0fbe35d5c722f36aa358e6bfd /src
parentAdd dependency justification (diff)
downloadout-of-your-element-c6708d4dbda2137a1c8358dee2a2eadecc43efb5.tar.xz
Fix channel linking form URL
Diffstat (limited to 'src')
-rw-r--r--src/web/pug/guild.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/pug/guild.pug b/src/web/pug/guild.pug

index ab61430..34178bf 100644 --- a/src/web/pug/guild.pug +++ b/src/web/pug/guild.pug
@@ -133,7 +133,7 @@ block body p.s-description.m0 Publicly listed in directory, like Discord server discovery h3.mt32.fs-category Manually link channels - form.d-flex.g16.ai-start(hx-post="/api/privacy-level" hx-trigger="submit" hx-disabled-elt="this") + form.d-flex.g16.ai-start(hx-post="/api/link" hx-trigger="submit" hx-disabled-elt="this") .fl-grow2.s-btn-group.fd-column.w40 each channel in unlinkedChannels input.s-btn--radio(type="radio" name="discord" id=channel.id value=channel.id)