landed "set default pseud"

This commit is contained in:
2026-01-30 16:53:49 -07:00
parent 8f7d98bb9e
commit f88fc33f64
3 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
<!-- Pseud setter -->
<div class="flex justify-between items-center mb-4">
<form method="POST" action="/TODO/{{ urlStem }}/pseud" class="flex items-center gap-2">
<form method="POST" action="{{ urlStem }}/pseud" class="flex items-center gap-2">
<label for="pseud"
class="w-64 text-right pr-4 text-black text-sm">Set default pseud for conference:</label>
<input type="text" name="pseud" value="{{ pseud }}" size="37" maxlength="255"