1.7.6 fix get_profile_change_page_content_html

This commit is contained in:
SDE
2024-10-21 12:52:51 +03:00
parent 09cfe8938f
commit fc0d9f07c0
2 changed files with 22 additions and 2 deletions

View File

@@ -501,7 +501,7 @@ def change_profile_confirm_ajax(request):
if data_for_save:
user_profiles.update(**data_for_save)
html = get_profile_change_page_content_html(request)
html = get_profile_change_page_content_html(request, data)
from GeneralApp.funcs import get_add_to_ajax_response_Dict
res_Dict = {'html': html}
res_Dict.update(get_add_to_ajax_response_Dict(request.user))