File diff 43f48c7c3641 → c47c22d61767
pinaxcon/templates/symposion/dashboard/_categories.html
Show inline comments
...
 
@@ -34,9 +34,9 @@
 
    {% if not user.attendee.completed_registration %}
 
    <div class="col-12 text-primary">
 
      <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>