Fixed access to import from centre
parent
ce50a22638
commit
931809fe7c
|
@ -47,7 +47,7 @@
|
||||||
<th>First</th>
|
<th>First</th>
|
||||||
<th>Last</th>
|
<th>Last</th>
|
||||||
<th>email</th>
|
<th>email</th>
|
||||||
<th>gids</th>
|
<th>groups</th>
|
||||||
<th>paths</th>
|
<th>paths</th>
|
||||||
<th>roles</th>
|
<th>roles</th>
|
||||||
<th>quota</th>
|
<th>quota</th>
|
||||||
|
|
|
@ -84,7 +84,6 @@ def web_sysadmin_groups():
|
||||||
|
|
||||||
@app.route('/sysadmin/external')
|
@app.route('/sysadmin/external')
|
||||||
@login_required
|
@login_required
|
||||||
@is_admin
|
|
||||||
## SysAdmin role
|
## SysAdmin role
|
||||||
def web_sysadmin_external():
|
def web_sysadmin_external():
|
||||||
return render_template('pages/sysadmin/external.html', title="External", nav="External")
|
return render_template('pages/sysadmin/external.html', title="External", nav="External")
|
||||||
|
|
Loading…
Reference in New Issue