mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-17 10:56:24 -07:00
Fix postbox boardConfig typo
This commit is contained in:
parent
77f8ad9bcd
commit
ea37e22ea6
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
<input type="submit" value="{{with .op}}Reply{{else}}Post{{end}}"/></td></tr>
|
||||
<tr><th class="postblock">Message</th><td><textarea rows="5" cols="35" name="postmsg" id="postmsg"></textarea></td></tr>
|
||||
<tr><th class="postblock">File</th><td><input name="imagefile" type="file" accept="image/jpeg,image/png,image/gif,video/webm,video/mp4"><input type="checkbox" id="spoiler" name="spoiler"/><label for="spoiler">Spoiler</label></td></tr>
|
||||
{{- if or (customFlagsEnabled $.board.Dir) $.board.Config.EnableGeoIP -}}
|
||||
{{- if or (customFlagsEnabled $.board.Dir) $.boardConfig.EnableGeoIP -}}
|
||||
<tr>
|
||||
<th class="postblock">Flag</th>
|
||||
<td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue