submit thing

remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-11-14 11:20:04 -06:00
parent 000b4f4c37
commit cbe328e933
1 changed files with 4 additions and 2 deletions

View File

@ -117,8 +117,10 @@
{%- endif %}
<div class="custom-control custom-checkbox mb-5">
<input onchange='ghost_toggle(this)' autocomplete="off" type="checkbox" class="custom-control-input" id="post-ghost" name="ghost">
<label class="custom-control-label" for="post-ghost">Ghost thread (cost {{POST_GHOST_COST}} coins)</label>
{% if v.can_post_in_ghost_threads %}
<input onchange='ghost_toggle(this)' autocomplete="off" type="checkbox" class="custom-control-input" id="post-ghost" name="ghost">
<label class="custom-control-label" for="post-ghost">Ghost thread</label>
{% endif %}
</div>
</div>