added template for spam posts, added spam filter, added new js to redirect
This commit is contained in:
5
templates/comment_post_spam.tmpl
Normal file
5
templates/comment_post_spam.tmpl
Normal file
@@ -0,0 +1,5 @@
|
||||
{{ template "header.tmpl" . }}
|
||||
<h2>You've commented too many times, too quickly. Your comment will <u>not</u> be posted.</h2>
|
||||
<p>Click <a href="/blog/post/{{ .Url }}">here</a> to return to the post.<p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user