News email #3

This commit is contained in:
Kuroshini 2019-10-05 18:36:29 +03:00
parent 73646eb05f
commit d3ac747d88

View File

@ -29,7 +29,7 @@
<span class="letter__title-txt">{{ title }}</span>
</div>
{% if not image_url is None %}
<div class="letter__image" style="width: 100%;height: 12.5rem;margin: 0 0 1.25rem;max-height:260px;">
<div class="letter__image" style="width: 100%;margin: 0 0 1.25rem;max-height:260px;">
<img src="{{ image_url }}" alt="" class="letter__photo" style="display: block;width: 100%;height: 100%;">
</div>
{% endif %}