From 00aa6385805065c30737b1d99b24de64f960e8e5 Mon Sep 17 00:00:00 2001 From: Zambom Date: Sat, 7 Oct 2017 16:55:24 -0300 Subject: [PATCH] Adding missing div closing in pdf view file --- pdf_file/templates/pdf_file/view.html | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/pdf_file/templates/pdf_file/view.html b/pdf_file/templates/pdf_file/view.html index 4b8b4d0..42603c9 100644 --- a/pdf_file/templates/pdf_file/view.html +++ b/pdf_file/templates/pdf_file/view.html @@ -33,23 +33,24 @@
{% endif %} -
-
-

- {{pdf_file}} -

- - + + + {#

{% trans "PDF could not be displayed" %}

#} +
- - - {#

{% trans "PDF could not be displayed" %}

#} -
{% endblock content %} \ No newline at end of file -- libgit2 0.21.2