X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..e49375a84925aec73ac257c9fb4d537c5e7d0f27:/src/picture/tasks.py diff --git a/src/picture/tasks.py b/src/picture/tasks.py index fc9eafa7a..1958d2881 100644 --- a/src/picture/tasks.py +++ b/src/picture/tasks.py @@ -17,4 +17,3 @@ def generate_picture_html(picture_id): 'themes': pic.areas_json['themes'], })) pic.html_file.save("%s.html" % pic.slug, ContentFile(html_text)) -