Fix dashboard look

This commit is contained in:
Tobias 2018-09-29 18:34:47 +12:00
parent cb394760ae
commit 43f48c7c36

View file

@ -31,11 +31,12 @@
<div class="container mb-4">
<div class="row">
<div class="col-12 text-primary">
{% if not user.attendee.completed_registration %}
<div class="col-12 text-primary">
<h3>Register</h3>
</div>
<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>
<a class="btn btn-lg btn-success" role="button" href="{% url "guided_registration" %}">Get your ticket</a>
</div>
</div>
</div>