Changeset - 43f48c7c3641
[Not reviewed]
0 1 0
Tobias - 6 years ago 2018-09-29 06:34:47
tobias@localhost.localdomain
Fix dashboard look
1 file changed with 4 insertions and 3 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/symposion/dashboard/_categories.html
Show inline comments
...
 
@@ -31,11 +31,12 @@
 

	
 
<div class="container mb-4">
 
  <div class="row">
 
    {% if not user.attendee.completed_registration %}
 
    <div class="col-12 text-primary">
 
      {% if not user.attendee.completed_registration %}
 
      <h3>Register</h3>
 
      <p>To attend the conference, you must create an attendee profile and purchase your ticket</p>
 
      <a class="btn btn-lg btn-primary" role="button" href="{% url "guided_registration" %}">Get your ticket</a>
 
    </div>
 
    <p>To attend the conference, you must create an attendee profile and purchase your ticket</p>
 
    <a class="btn btn-lg btn-success" role="button" href="{% url "guided_registration" %}">Get your ticket</a>
 
    </div>
 
  </div>
 
</div>
0 comments (0 inline, 0 general)