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">
 | 
				
			||||||
 | 
					    <div class="col-12 text-primary">
 | 
				
			||||||
      {% if not user.attendee.completed_registration %}
 | 
					      {% if not user.attendee.completed_registration %}
 | 
				
			||||||
    <div class="panel panel-default">
 | 
					      <h3>Register</h3>
 | 
				
			||||||
      <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>
 | 
					      <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>
 | 
					      <a class="btn btn-lg btn-primary" role="button" href="{% url "guided_registration" %}">Get your ticket</a>
 | 
				
			||||||
      </div>
 | 
					 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue