# HG changeset patch # User domruf # Date 2018-03-11 10:23:33 # Node ID 8290f9652cb4a36371fe5a4d91181b1749a39053 # Parent 702439a16ff1cf5ac5baeddcc00a577dbfa151b0 templates: make 'Anonymous access' markup more consistent with the others "Allow anonymous access" wasn't rendered. diff --git a/kallithea/templates/admin/permissions/permissions_globals.html b/kallithea/templates/admin/permissions/permissions_globals.html --- a/kallithea/templates/admin/permissions/permissions_globals.html +++ b/kallithea/templates/admin/permissions/permissions_globals.html @@ -3,9 +3,10 @@ ${h.form(url('admin_permissions'), metho
-
+
+ ${_('Allow anonymous access')} + ${h.literal(_('Allow access to Kallithea without needing to log in. Anonymous users use %s user permissions.' % (h.link_to('*default*',h.url('admin_permissions_perms')))))}