Merge branch 'develop'
commit
3b14e30f59
|
@ -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>
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue