commit aed894c54c085bc730e0865b72c27b15f6b7fdf0
parent 43f7ea89194414d170d0702e8d45705e78cdb67c
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Tue, 6 Dec 2022 02:49:17 -0500
should not hardcode this
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/pkg/web/public/views/pages/thread-edit.gohtml b/pkg/web/public/views/pages/thread-edit.gohtml
@@ -11,6 +11,7 @@
<select name="category_id" class="form-control">
<option value="1"{{ if eq .Data.Thread.CategoryID 1 }} selected{{ end }}>General</option>
<option value="2"{{ if eq .Data.Thread.CategoryID 2 }} selected{{ end }}>Random</option>
+ <option value="3"{{ if eq .Data.Thread.CategoryID 3 }} selected{{ end }}>Retarded Area</option>
</select>
</div>
<div class="form-group">