Skip to content

Commit d080f73

Browse files
Update wording and styles
1 parent 204cb43 commit d080f73

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

hackathon/templates/hackathon/hackathon_view.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,17 @@
9595
<div class="modal-dialog" role="document">
9696
<div class="modal-content">
9797
<div class="modal-header">
98-
<h5 class="modal-title" id="registerModalLabel">Register for Hackathon</h5>
98+
<h5 class="modal-title" id="registerModalLabel">Important</h5>
9999
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
100100
<span aria-hidden="true">&times;</span>
101101
</button>
102102
</div>
103103
<div class="modal-body">
104104
<!-- Confirmation Checkbox -->
105105
<div class="card-body">
106-
<p>By clicking enroll, I confirm that I can commit the minimum 3-5 hours per day for this hackathon and have read the <a href="{% url 'codeofconduct' %}"><em>Hackathon Code of Conduct.</em></a></p>
106+
<p>By clicking enroll, I confirm that I can commit the minimum 3-5 hours per day for this hackathon and have read the <a href="{% url 'codeofconduct' %}" target="_blank"><em>Hackathon Code of Conduct.</em></a>
107+
<br><br><em>Should you drop off without informing your team, facilitator or Community team member, you may not be able to participate in the next hackathon.</em></p>
108+
</p>
107109
</div>
108110
<!-- Include enrollpart.html -->
109111
{% include 'hackathon/includes/enrollpart.html' %}

0 commit comments

Comments
 (0)