X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..8c32aa5dedbfdee7af4b764e38be8c19a45aa2a2:/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)) -