0.2.2 feedback_form in js

This commit is contained in:
SDE
2023-12-09 19:33:03 +03:00
parent 02eb295acc
commit bc69d92ef7
2 changed files with 6 additions and 4 deletions

View File

@@ -64,6 +64,9 @@ def get_content_for_section_ajax(request):
from .funcs import get_section_views_Dict
Dict.update(get_section_views_Dict(section))
from GeneralApp.funcs import get_inter_Dict
Dict.update(get_inter_Dict(request.user, Dict))
html = render_to_string('pages/content/c_section_content.html', Dict, request=request)
res_Dict = {