Add missing url namespace
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
<body>
|
||||
{% for page in pages %}
|
||||
<div class="{% if forloop.counter > 1 and not forloop.last %}break{% endif %}">
|
||||
<img src="{% url 'document_display_print' object.id %}?page={{ page.page_number }}" />
|
||||
<img src="{% url 'documents:document_display_print' object.id %}?page={{ page.page_number }}" />
|
||||
</div>
|
||||
{% endfor %}
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user