Document model appears to fetch mostly properly
Can fetch Documents, and then get pages triggers page retrieval and related field retrieval.
This commit is contained in:
parent
806f22db17
commit
9d2d000e48
5 changed files with 159 additions and 9 deletions
8
templates/admin/pdfformfiller/document/change_form.html
Normal file
8
templates/admin/pdfformfiller/document/change_form.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
{% extends 'admin/change_form.html' %}
|
||||
{% load i18n admin_static admin_modify %}
|
||||
{% load admin_urls %}
|
||||
{% block object-tools-items %}
|
||||
<li><a href="{% url 'admin:preview' original.pk|admin_urlquote %}">Preview</a></li>
|
||||
{{ block.super }}
|
||||
{% endblock %}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue