Update setting.tpl

pull/678/head
wangbin13 2022-03-05 18:15:38 +08:00
parent b21035bbfd
commit 1eccb69105
1 changed files with 3 additions and 3 deletions

View File

@ -100,14 +100,14 @@
<input type="radio"{{if eq .Model.CommentStatus "closed"}} checked{{end}} name="comment_status" value="closed"> 关闭评论
</label>
<label class="radio-inline">
<input type="radio"{{if eq .Model.CommentStatus "open"}} checked{{end}} name="comment_status" value="open"> 所有人可见
<input type="radio"{{if eq .Model.CommentStatus "open"}} checked{{end}} name="comment_status" value="open"> 开启评论
</label>
<label class="radio-inline">
<!--label class="radio-inline">
<input type="radio"{{if eq .Model.CommentStatus "registered_only"}} checked{{end}} name="comment_status" value="registered_only"> 注册用户可见
</label>
<label class="radio-inline">
<input type="radio"{{if eq .Model.CommentStatus "group_only"}} checked{{end}} name="comment_status" value="group_only"> 成员可见
</label>
</label-->
</div>
</div>
{{if eq .Model.PrivatelyOwned 1}}