Skip to content

Commit 204cb43

Browse files
Add confirmation modal on enroll
1 parent 4b29253 commit 204cb43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hackathon/templates/hackathon/hackathon_view.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h5 class="modal-title" id="registerModalLabel">Register for Hackathon</h5>
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' %}"><em>Hackathon Code of Conduct.</em></a></p>
107107
</div>
108108
<!-- Include enrollpart.html -->
109109
{% include 'hackathon/includes/enrollpart.html' %}

0 commit comments

Comments
 (0)