Skip to content

Commit

Permalink
Remove discount column for hotels.
Browse files Browse the repository at this point in the history
  • Loading branch information
splattater committed Jan 9, 2024
1 parent 4c283d3 commit 1b78e00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions venue/accommodation.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,9 @@ <h1>
{% if site.language == 'en' %}
<th scope="col">Hotel</th>
<th scope="col">Address</th>
<th scope="col">Get a reduced rate until Month XX, 2024 (tba)</th>
{% else %}
<th scope="col">Hotel</th>
<th scope="col">Addresse</th>
<th scope="col">Erhalten Sie einen ermäßigten Tarif bis XX. Monat 2024 (tba)</th>
{% endif %}
</tr>
</thead>
Expand Down

0 comments on commit 1b78e00

Please sign in to comment.