1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-11-25 08:38:59 +00:00

add checkbox for en/disabling replies

This commit is contained in:
Lynne Megido 2019-09-01 11:53:24 +10:00
parent feabb82386
commit ba81cbbef5

View file

@ -57,6 +57,10 @@
<label for="cw-learning" class="large">Learn from posts with content warnings (subjects)</label> <label for="cw-learning" class="large">Learn from posts with content warnings (subjects)</label>
<input type="checkbox" name="cw-learning"> <input type="checkbox" name="cw-learning">
</div> </div>
<div class="row">
<label for="replies" class="large">Enable replies</label>
<input type="checkbox" name="replies">
</div>
<div class="container centred"> <div class="container centred">
<button class="button btn-primary"><i class="fas fa-save"></i> Save</button> <button class="button btn-primary"><i class="fas fa-save"></i> Save</button>
<a href="/" class="button btn-secondary"><i class="fas fa-times"></i> Cancel</a> <a href="/" class="button btn-secondary"><i class="fas fa-times"></i> Cancel</a>