Changeset - f39c2c8a2c59
[Not reviewed]
0 2 0
Tobias - 5 years ago 2019-01-21 02:55:28
tobiasschulmann@catalyst.net.nz
Remove AirNZ Code from dashboard
2 files changed with 2 insertions and 3 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/dashboard.html
Show inline comments
...
 
@@ -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&#37; 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 &ndash; PASS chch2019
 
  </div>
pinaxcon/templates/raffle.html
Show inline comments
...
 
@@ -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>
0 comments (0 inline, 0 general)