From f4e750630f06e7b645983e5a27d03541036d828e Mon Sep 17 00:00:00 2001 From: Andy Byers Date: Thu, 23 Oct 2025 12:22:57 +0100 Subject: [PATCH] fix: distribution no longer supplies a target lang so default is used --- views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/views.py b/views.py index 3174d05..b9ca1ba 100644 --- a/views.py +++ b/views.py @@ -177,7 +177,6 @@ def distribute_articles_view(request, article_id): article.journal.code, journal_code=journal.code, article=article.pk, - target_lang='en', ) results.append({ "journal": journal.code,