git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3410 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
adametz 2018-06-20 12:31:13 +00:00
parent d64582e72e
commit b0c4bf58d0

View file

@ -294,9 +294,7 @@
{% if travel_program.mapHtml is not empty %}
{{ travel_program.mapHtml|raw|stripslashes }}
{% else %}
<img src="/uploads/maps/{{ travel_program.mapImage ~ travel_program.mapImageExt }}" width="100%"
alt="Karte zum Reiseablauf" class="img-responsive"
>
<img src="/uploads/maps/{{ travel_program.mapImage ~ travel_program.mapImageExt }}" alt="Karte zum Reiseablauf" class="img-responsive">
{% endif %}
</div> <!-- END tabpanel -->