#1429 Templates li
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3415 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
5d0f4e5cc9
commit
ee95c84fa8
2 changed files with 2 additions and 2 deletions
|
|
@ -237,7 +237,7 @@
|
|||
</ul>
|
||||
{% if (travel_program.advices is not empty) or (travel_program.generalnote is not empty) %}
|
||||
<h3>Hinweise</h3>
|
||||
<ul>
|
||||
<ul class="c1">
|
||||
{% if travel_program.generalnote is not empty %}
|
||||
{% for notes in travel_program.generalnote.text|trim|split('\n') %}
|
||||
{% if notes is not empty %}
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@
|
|||
</ul>
|
||||
{% if (travel_program.advices is not empty) or (travel_program.generalnote is not empty) %}
|
||||
<h3>Hinweise</h3>
|
||||
<ul>
|
||||
<ul class="c1">
|
||||
{% if travel_program.generalnote is not empty %}
|
||||
{% for notes in travel_program.generalnote.text|trim|split('\n') %}
|
||||
{% if notes is not empty %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue