Fix dashboard look
This commit is contained in:
parent
cb394760ae
commit
43f48c7c36
1 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue