diff --git a/templates/templates.html b/templates/templates.html index 72cf211..4d1c23f 100644 --- a/templates/templates.html +++ b/templates/templates.html @@ -64,47 +64,50 @@ {{ end }} {{ define "post-form" }} -
- - {{ if eq .FirstPostID 0 }} -
- {{ else }} - - {{ end }} +
+
{{ if eq .FirstPostID 0 }} - + + {{ else }} + {{ end }} - - - -
- Captcha -
- - - -
- {{ if ne .FirstPostID 0 }} -
- - -
+ {{ if eq .FirstPostID 0 }} + {{ end }} -
- + + + +
+ Captcha
-
- + + + +
+ {{ if ne .FirstPostID 0 }} +
+ + +
+ {{ end }} + +
+ +
+
+ +
+
{{ end }} \ No newline at end of file