diff --git a/mayan/apps/documents/templates/documents/document_print.html b/mayan/apps/documents/templates/documents/document_print.html index 755ee03372..72bdd3b217 100644 --- a/mayan/apps/documents/templates/documents/document_print.html +++ b/mayan/apps/documents/templates/documents/document_print.html @@ -4,6 +4,8 @@ {% block content_plain %} {% for page in pages %} - + {% endfor %} {% endblock %}