1
0
Fork 0

Hide CW until its fully implemented

This commit is contained in:
Daniel Supernault 2018-06-09 17:44:30 -06:00
parent 016c1c7b7c
commit 39c2adb656
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
Max length: {{config('pixelfed.max_caption_length')}} characters.
</small>
</div>
<div class="form-group">
{{-- <div class="form-group">
<label class="font-weight-bold text-muted small">CW/NSFW</label>
<div class="switch switch-sm">
<input type="checkbox" class="switch" id="cw-switch" name="cw">
@ -26,7 +26,7 @@
<small class="form-text text-muted">
Please mark all NSFW and controversial content, as per our content policy.
</small>
</div>
</div> --}}
<button type="submit" class="btn btn-outline-primary btn-block">Post</button>
</form>
</div>