Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Tam <sere@live.hk>2019-08-11 23:28:29 +0300
committerVincent Tam <sere@live.hk>2019-08-11 23:28:29 +0300
commite0a9c0603cdd1e8b11eb6fb66463445e3f3068ea (patch)
tree464f51858873fe21073328e3fed1a9d268d8df19
parent892d8e99e7b7a35bcb4846832fef226c3866d3fa (diff)
Removed Staticman form action URL from HTML
-rw-r--r--layouts/partials/staticman-comments.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/staticman-comments.html b/layouts/partials/staticman-comments.html
index 1f078e7..56be90d 100644
--- a/layouts/partials/staticman-comments.html
+++ b/layouts/partials/staticman-comments.html
@@ -75,7 +75,7 @@
<p class="small">{{ i18n "commentFormInfo" }} *.</p>
<textarea name='fields[comment]' placeholder='{{ i18n "useMarkdown" }}*' rows="6" cols="36"></textarea>
- <input type='text' name='fields[name]' placeholder='{{ i18n "yourName" }}*'>
+ <input name='fields[name]' placeholder='{{ i18n "yourName" }}*'>
<input type='email' name='fields[email]' placeholder='{{ i18n "yourEmail" }}*'>
<input type='text' name='fields[website]' placeholder='{{ i18n "yourWebsite" }}'>