Browse Source

Error corrected

prieto 8 years ago
parent
commit
560bee2d40
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lodel/plugins/webui/interface/controllers/listing.py

+ 1
- 1
lodel/plugins/webui/interface/controllers/listing.py View File

@@ -9,7 +9,7 @@ from ...exceptions import *
9 9
 ##@brief These functions are called by the rules defined in ../urls.py
10 10
 ## To browse the editorial model
11 11
 def index(request):
12
-    return get_response('listing/collections.html', my_classes=dyncode')
12
+    return get_response('listing/collections.html', my_classes=dyncode)
13 13
 
14 14
 ##@brief Controller's function to list all types (classes) of the editorial model
15 15
 # @param request : the request (get or post)

Loading…
Cancel
Save