From 65f24b422730f22df65e7133659a178db9f29442 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 13 Aug 2018 23:36:02 -0400 Subject: [PATCH] Divs are not allowed inside anchors. Use instead a span with a block type display. Signed-off-by: Roberto Rosario --- .../documents/forms/widgets/document_page_image.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mayan/apps/documents/templates/documents/forms/widgets/document_page_image.html b/mayan/apps/documents/templates/documents/forms/widgets/document_page_image.html index 619da51a44..4874a1ec9e 100644 --- a/mayan/apps/documents/templates/documents/forms/widgets/document_page_image.html +++ b/mayan/apps/documents/templates/documents/forms/widgets/document_page_image.html @@ -1,16 +1,16 @@ {% load documents_tags %} -
-
+ -
+ -
+