Remove AirNZ Code from dashboard
This commit is contained in:
parent
970ec9184c
commit
f39c2c8a2c
2 changed files with 2 additions and 3 deletions
|
@ -16,9 +16,6 @@
|
|||
{% block alert %}
|
||||
{% if user.attendee.completed_registration %}
|
||||
<div class="row">
|
||||
<div class="col-12 bg-primary text-secondary p-3 content">
|
||||
<strong>Air New Zealand offer:</strong> Use <em>LCA2019</em> for a 5% discount off all non-sale fare levels from Sydney, Melbourne, Brisbane, Gold Coast, Cairns, Adelaide and Perth through to Christchurch.
|
||||
</div>
|
||||
<div class="col-12 bg-primary text-secondary p-3 content">
|
||||
<strong>Conference WIFI:</strong> SSID linuxconfau – PASS chch2019
|
||||
</div>
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
{% block proposals_body %}
|
||||
<h1 class="mb-5">Raffle Tickets</h1>
|
||||
|
||||
<p>You can buy more raffle tickets from the <a href="/dashboard">dashboard</a>.</p>
|
||||
|
||||
{% for raffle in raffles %}
|
||||
{% if raffle.tickets %}
|
||||
<h2 class="mt-5">{{ raffle }}</h2>
|
||||
|
|
Loading…
Reference in a new issue