|
@@ -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)
|