Update
This commit is contained in:
parent
a5195cba1a
commit
7599f655ad
6 changed files with 72 additions and 26 deletions
|
|
@ -6,6 +6,7 @@
|
|||
<th>arrive</th>
|
||||
<th>duration</th>
|
||||
<th>ship</th>
|
||||
<th>type</th>
|
||||
<th>economy</th>
|
||||
<th>standard</th>
|
||||
<th>flexi</th>
|
||||
|
|
@ -38,6 +39,9 @@
|
|||
<td class="text-nowrap">
|
||||
{{ crossing.shipName }}
|
||||
</td>
|
||||
<td class="text-nowrap">
|
||||
{{ crossing.shipType }}
|
||||
</td>
|
||||
<td class="text-nowrap">
|
||||
{% if crossing.economyPrice %}
|
||||
<a href="{{ cabins_url(dep, arr, crossing, "ECONOMY") }}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue