diff --git a/requirements.txt b/requirements.txt index ada57b1..0f601e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,8 @@ django-registration==3.2 django-storages==1.12.3 django-user-messages==0.8.0 django-widget-tweaks==1.4.12 -django-weasyprint==2.1.0 +weasyprint==52.0 +django-weasyprint==1.1.0 easy-thumbnails==2.8.1 psycopg2==2.8.4 Pillow==6.2.1 diff --git a/stickers/templates/stickers/print.html b/stickers/templates/stickers/print.html index 32745d9..ac29daf 100644 --- a/stickers/templates/stickers/print.html +++ b/stickers/templates/stickers/print.html @@ -1,4 +1,4 @@ -{% load static i18n thumbnail %} +{% load static thumbnail %}
@@ -86,7 +86,7 @@