Fixed access to import from centre

root 2021-09-14 22:07:24 +02:00
parent ce50a22638
commit 931809fe7c
2 changed files with 1 additions and 2 deletions

View File

@ -47,7 +47,7 @@
<th>First</th>
<th>Last</th>
<th>email</th>
<th>gids</th>
<th>groups</th>
<th>paths</th>
<th>roles</th>
<th>quota</th>

View File

@ -84,7 +84,6 @@ def web_sysadmin_groups():
@app.route('/sysadmin/external')
@login_required
@is_admin
## SysAdmin role
def web_sysadmin_external():
return render_template('pages/sysadmin/external.html', title="External", nav="External")