diff --git a/django_react_templatetags/templates/react_print.html b/django_react_templatetags/templates/react_print.html index 008c7a9..29eb75a 100644 --- a/django_react_templatetags/templates/react_print.html +++ b/django_react_templatetags/templates/react_print.html @@ -2,14 +2,34 @@ {% for component in components %} {{ component.json_obj|json_script:component.data_identifier }} {% endfor %} {% endif %}