Browse Source

adding a width at the pre tags

master
manetta 3 years ago
parent
commit
03e9b1fa3b
  1. 2
      print/templates/printed.html

2
print/templates/printed.html

@ -24,7 +24,7 @@
<strong>Source</strong>: {{ item.source }}<br> <strong>Source</strong>: {{ item.source }}<br>
<strong>Date</strong>: {{ item.date }}<br> <strong>Date</strong>: {{ item.date }}<br>
<strong>Printed</strong>: <strong>Printed</strong>:
<pre>{{ item.printed | replace('\n', '<br>') | safe }}</pre> <pre width="48">{{ item.printed | replace('\n', '<br>') | safe }}</pre>
</div> </div>
{% endif %} {% endif %}
{% set count = count - 1 %} {% set count = count - 1 %}

Loading…
Cancel
Save