diff kallithea/templates/admin/permissions/permissions_globals.html @ 8834:516a43cbd814

Merge stable
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 07 Jan 2021 03:28:37 +0100
parents 2ce710e81e61 7643d8ecbb20
children
line wrap: on
line diff
--- a/kallithea/templates/admin/permissions/permissions_globals.html	Tue Dec 29 22:23:01 2020 +0100
+++ b/kallithea/templates/admin/permissions/permissions_globals.html	Thu Jan 07 03:28:37 2021 +0100
@@ -54,7 +54,6 @@
                 <div>
                     ${h.select('default_repo_create','',c.repo_create_choices,class_='form-control')}
                     <span class="help-block">${_('Enable this to allow non-admins to create repositories at the top level.')}</span>
-                    <span class="help-block">${_('Note: This will also give all users API access to create repositories everywhere. That might change in future versions.')}</span>
                 </div>
             </div>
             <div class="form-group">