Skip to content

Commit 34ad955

Browse files
committed
Fix registrations page layout
1 parent bd0afe4 commit 34ad955

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

_layouts/register.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
---
22
layout: default
33
---
4-
<section class="section">
54
<h1 class="has-text-centered">Register</h1>
6-
<div class="content container">
75
{% if page.open %}
86
<p class="has-text-centered">Fill the form to register yourself for <b>{{ page.title }}</b>. <br />Time:{{ page.time }}, Date:{{ page.date }}<br /> Venue: {{ page.venue }}<br />See you at the event!!</p>
9-
</div>
107
<form action="{{ page.form.formurl }}"
118
target="_self"
129
id="bootstrapForm"
@@ -81,8 +78,7 @@ <h1 class="has-text-centered">Register</h1>
8178
</form>
8279

8380
{% else %}
84-
<p class="has-text-centered">Registrations are currently not open</p>
85-
</div>
81+
<p class="has-text-centered">Registrations are currently not open.</p>
8682
{% endif %}
8783
</section>
8884
{% include registerScript.html %}

0 commit comments

Comments
 (0)