django-pdfformfiller/templates/admin/pdfformfiller/page/preview.html

7 lines
139 B
HTML

{% extends "admin/base_site.html" %}
{% block content %}
<div id="content-main">
<img src="{{ page.image.url }}"/>
</div>
{% endblock %}