forked from MarseyWorld/MarseyWorld
submit thing
parent
000b4f4c37
commit
cbe328e933
|
@ -117,8 +117,10 @@
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
<div class="custom-control custom-checkbox mb-5">
|
<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">
|
{% if v.can_post_in_ghost_threads %}
|
||||||
<label class="custom-control-label" for="post-ghost">Ghost thread (cost {{POST_GHOST_COST}} coins)</label>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue