blog-markdown #31

Merged
PlexSheep merged 27 commits from blog-markdown into devel 2023-10-02 11:31:41 +02:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit ed75a20862 - Show all commits

View File

@ -19,6 +19,9 @@ def change_lang(context, lang="de", *args, **kwargs):
shamelessly stolen from stackoverflow:
https://stackoverflow.com/a/41147772
"""
logger = logging.getLogger(__name__)
logger.debug(f"changing lang from '{lang}'")
path = context['request'].get_raw_uri()
url = path