Updated data presentation of image attributes and some minor css tweaks.

This commit is contained in:
Krzysztof Płaczek
2018-03-23 08:34:49 +01:00
parent a26863e74f
commit d07cfe8089
5 changed files with 12 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
}} {% endif %}</h1>
<h2>Details</h2>
<pre>
{{ image.attrs | pprint }}
</pre>
<div class="image_attribute">
<div class="image_attribute-details">{{ image_attributes }}</div>
</div>
{% endblock %}