Improve document print form and view.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{% extends 'appearance/base.html' %}
|
||||
|
||||
{% block title %}{{ title }}{% endblock title %}
|
||||
|
||||
{% block content_plain %}
|
||||
{% for page in pages %}
|
||||
<img src="{% url 'documents:document_display_print' object.id %}?page={{ page.page_number }}" />
|
||||
|
||||
Reference in New Issue
Block a user