diff options
Diffstat (limited to 'templates/postform.tmpl')
-rw-r--r-- | templates/postform.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/postform.tmpl b/templates/postform.tmpl index 5ee1a51..321851a 100644 --- a/templates/postform.tmpl +++ b/templates/postform.tmpl @@ -30,6 +30,10 @@ </select> <input type="checkbox" id="nsfw-checkbox" name="is_nsfw" value="true" accesskey="N" title="NSFW (N)"> <label for="nsfw-checkbox"> NSFW </label> + {{if .ReplyContext}} + <input type="checkbox" id="quote-checkbox" name="is_quote" value="true" {{if .ReplyContext.ForceVisibility}}disabled{{end}} accesskey="Q" title="Quote (Q)"> + <label for="quote-checkbox"> Quote </label> + {{end}} </div> <div class="form-field-s"> <input id="post-file-picker" type="file" name="attachments" multiple accesskey="A" title="Attachments (A)"> |