diff options
Diffstat (limited to 'apioforum/templates/edit_forum.html')
-rw-r--r-- | apioforum/templates/edit_forum.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apioforum/templates/edit_forum.html b/apioforum/templates/edit_forum.html index 32bfaf1..f165676 100644 --- a/apioforum/templates/edit_forum.html +++ b/apioforum/templates/edit_forum.html @@ -17,8 +17,6 @@ maxlength="6000" required >{{description}}</textarea> - <input type="checkbox" id="unlisted" name="unlisted" {% if unlisted %}checked{% endif %}/> - <label for="unlisted">unlisted?</label> <p> <input type="submit" value="confirm"> <a href="{{cancel_link}}">cancel</a> |