diff --git a/cps/templates/config_view_edit.html b/cps/templates/config_view_edit.html index 3b8ebf80..83c20834 100644 --- a/cps/templates/config_view_edit.html +++ b/cps/templates/config_view_edit.html @@ -27,6 +27,10 @@ <label for="config_random_books">{{_('No. of random books to show')}}</label> <input type="number" min="1" max="30" class="form-control" name="config_random_books" id="config_random_books" value="{% if content.config_random_books != None %}{{ content.config_random_books }}{% endif %}" autocomplete="off"> </div> + <div class="form-group"> + <label for="config_authors_max">{{_('No. of authors to show before hiding (0=disable hiding)')}}</label> + <input type="number" min="0" max="999" class="form-control" name="config_authors_max" id="config_authors_max" value="{% if content.config_authors_max != None %}{{ content.config_authors_max }}{% endif %}" autocomplete="off"> + </div> <div class="form-group"> <label for="config_theme">{{_('Theme')}}</label> <select name="config_theme" id="config_theme" class="form-control">