#1433: image
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3410 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
d64582e72e
commit
b0c4bf58d0
1 changed files with 1 additions and 3 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue