Fix register link layout
This commit is contained in:
parent
ebbf8f079c
commit
86de4ba961
1 changed files with 5 additions and 9 deletions
|
@ -31,15 +31,11 @@
|
||||||
|
|
||||||
<div class="container mb-4">
|
<div class="container mb-4">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
{% if not user.attendee.completed_registration %}
|
<div class="col-12 text-primary">
|
||||||
<div class="panel panel-default">
|
{% if not user.attendee.completed_registration %}
|
||||||
<div class="panel-heading">
|
<h3>Register</h3>
|
||||||
<h4>Register</h4>
|
<p>To attend the conference, you must create an attendee profile and purchase your ticket</p>
|
||||||
</div>
|
<a class="btn btn-lg btn-primary" role="button" href="{% url "guided_registration" %}">Get your ticket</a>
|
||||||
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue