Browse Source

Import bugfix

Yann Weber 8 years ago
parent
commit
d2dcbfd008
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      plugins/webui/interface/controllers/admin.py

+ 4
- 0
plugins/webui/interface/controllers/admin.py View File

@@ -1,3 +1,7 @@
1
+from .base import get_response
2
+
3
+def index_admin(request):
4
+    return get_response('admin/admin.html')
1 5
 
2 6
 def admin(request):
3 7
     return get_response('admin/admin.html')

Loading…
Cancel
Save