forked from mirror/pixelfed
Hide CW until its fully implemented
This commit is contained in:
parent
016c1c7b7c
commit
39c2adb656
|
@ -17,7 +17,7 @@
|
||||||
Max length: {{config('pixelfed.max_caption_length')}} characters.
|
Max length: {{config('pixelfed.max_caption_length')}} characters.
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
{{-- <div class="form-group">
|
||||||
<label class="font-weight-bold text-muted small">CW/NSFW</label>
|
<label class="font-weight-bold text-muted small">CW/NSFW</label>
|
||||||
<div class="switch switch-sm">
|
<div class="switch switch-sm">
|
||||||
<input type="checkbox" class="switch" id="cw-switch" name="cw">
|
<input type="checkbox" class="switch" id="cw-switch" name="cw">
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
<small class="form-text text-muted">
|
<small class="form-text text-muted">
|
||||||
Please mark all NSFW and controversial content, as per our content policy.
|
Please mark all NSFW and controversial content, as per our content policy.
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div> --}}
|
||||||
<button type="submit" class="btn btn-outline-primary btn-block">Post</button>
|
<button type="submit" class="btn btn-outline-primary btn-block">Post</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue