Add matriculation certificate confiremation to student discount option
Change-Id: I5bfe876104731fdd2b67b9cc22d2c2e5fd606a78
diff --git a/templates/register.htm b/templates/register.htm
index c9a90d0..f7c7013 100644
--- a/templates/register.htm
+++ b/templates/register.htm
@@ -497,7 +497,7 @@
<label class="form-label fw-bold" for="student">Student Discount</label>
<div class="form-group form-check">
<input type="checkbox" class="form-check-input" name="student" id="student" <?php echo isset($_POST[ 'student']) ? 'checked' : '' ?> oninput="update_total_due()" value="student">
- <label class="form-check-label fs-4" for="student">I am student and will benefit from student discount of <strong>€ <span id="student_discount"><?php echo $STUDENT_DISCOUNT; ?></span></strong>.
+ <label class="form-check-label fs-4" for="student">I have (just) sent a scan of my matriculation certificate to iclc10@easychair.org and can therefore take advantage of the student discount of <strong>€ <span id="student_discount"><?php echo $STUDENT_DISCOUNT; ?></span></strong>.
</label>
</div>
</div>