0.0.27
This commit is contained in:
@@ -42,10 +42,21 @@ def get_content_for_section_ajax(request):
|
||||
|
||||
from .funcs import get_sections
|
||||
|
||||
# one_list_childs = {
|
||||
# 'name' : 'вгд'
|
||||
# }
|
||||
# list_childs = [one_list_childs]
|
||||
# one_list_el = {
|
||||
# 'name':'абв',
|
||||
# 'childs': list_childs
|
||||
# }
|
||||
# els_footer_list = [one_list_el]
|
||||
#
|
||||
Dict = {
|
||||
'cur_section': section,
|
||||
'sections': get_sections(),
|
||||
'services': services
|
||||
'services': services,
|
||||
|
||||
}
|
||||
|
||||
html = render_to_string('pages/content/c_projectiing_section.html', Dict, request=request)
|
||||
|
||||
Reference in New Issue
Block a user