Changeset - 86de4ba96131
[Not reviewed]
0 1 0
Tobias - 6 years ago 2018-09-29 05:33:01
tobias@localhost.localdomain
Fix register link layout
1 file changed with 5 insertions and 9 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/symposion/dashboard/_categories.html
Show inline comments
...
 
@@ -31,15 +31,11 @@
 

	
 
<div class="container mb-4">
 
  <div class="row">
 
    {% if not user.attendee.completed_registration %}
 
    <div class="panel panel-default">
 
      <div class="panel-heading">
 
        <h4>Register</h4>
 
      </div>
 
      <div class="panel-body">
 
        <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 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>
 
  </div>
 
</div>
0 comments (0 inline, 0 general)