show locked status in feed form
This commit is contained in:
@@ -28,6 +28,15 @@
|
||||
<textarea class="form-control" placeholder="Last id" id="id_feed-last_id" disabled>{{ feed.last_id }}</textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<label class="col-md-3 col-form-label" for="id_feed-locked"> </label>
|
||||
<div class="col-md-9">
|
||||
<div class="form-check">
|
||||
<input type="checkbox" name="feed-locked" class="form-check-input" id="id_feed-locked" {% if feed.locked %}checked{% endif %}>
|
||||
<label class="form-check-label" for="id_feed-locked">Locked</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
<hr>
|
||||
<h4>Module options</h4>
|
||||
|
Reference in New Issue
Block a user