0.12.28 localization routines

This commit is contained in:
SDE
2024-04-02 16:06:45 +03:00
parent 92e3d76b7e
commit c29cc25581
9 changed files with 1605 additions and 540 deletions

View File

@@ -21,6 +21,9 @@ def get_articles_block_ajax(request):
if request.method != 'POST':
raise Http404
from GeneralApp.funcs import get_and_set_lang
lang = get_and_set_lang(request)
try:
data = request.POST.dict()