diff options
Diffstat (limited to 'templates/guestbook.html')
| -rw-r--r-- | templates/guestbook.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/guestbook.html b/templates/guestbook.html index 85727c7..d1f4417 100644 --- a/templates/guestbook.html +++ b/templates/guestbook.html @@ -21,18 +21,9 @@ <div class="h-captcha" data-sitekey="{{ .HcaptchaArgs.SiteKey }}" - data-theme="dark" ></div> <br> <button type="submit" class="btn btn-primary">sign.</button> - <br> - {{ if .FormError }} - {{ if (len .FormError.Errors) }} - {{ range $error := .FormError.Errors }} - <div class="error">{{ $error }}</div> - {{ end }} - {{ end }} - {{ end }} </form> <hr> |
