dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 1ed20723df21190a6a79798da96fefd5c1206409
parent 2d41aa2205f3d8475bce287696049d9fab401226
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Tue, 28 Nov 2023 17:00:33 -0500

fix gists

Diffstat:
Mpkg/web/public/views/pages/admin/gist-create.gohtml | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/pkg/web/public/views/pages/admin/gist-create.gohtml b/pkg/web/public/views/pages/admin/gist-create.gohtml @@ -18,7 +18,6 @@ <form method="post"> <input type="hidden" name="csrf" value="{{ .CSRF }}" /> - <input type="hidden" name="captcha_id" value="{{ .Data.CaptchaID }}" /> <div class="form-group"> <label for="name">{{ t "Gist name 3-50 characters [a-zA-Z0-9_.]" . }}</label> <input class="form-control{{ if .Data.ErrorName }} is-invalid{{ end }}" type="text" name="name" id="name" placeholder="Name" value="{{ .Data.Name }}" />