comments and captcha stuff

This commit is contained in:
biglyderv 2024-11-25 14:12:44 -05:00
parent e2ef83ec0c
commit 42aaebbd69
8 changed files with 25 additions and 28 deletions

View file

@ -1,3 +1,3 @@
<%- include('header.ejs') -%>
<%- include('form_bare.ejs') -%>
<%- include('form_bare.ejs', {noCaptcha: false}) -%>
<%- include('footer.ejs') -%>