Changeset - a4e0090d8ef1
[Not reviewed]
0 1 0
Tobias - 5 years ago 2019-01-16 08:55:35
tobias@localhost.localdomain
wifi info
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/dashboard.html
Show inline comments
...
 
@@ -10,24 +10,27 @@
 

	
 

	
 
{% block head_title %}Dashboard{% endblock %}
 
{% block header_lead %}User Dashboard{% endblock %}
 
{% block main_class %}{% endblock %}
 

	
 
{% 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>
 
</div>
 
{% endif %}
 
{% endblock %}
 

	
 
{% block content %}
 

	
 
{% available_categories as categories %}
 
<div class="container mb-5">
 
  <h1 class="text-primary">Dashboard</h1>
 
</div>
 

	
 
{% if categories %}
0 comments (0 inline, 0 general)