Obfuscate email address
Change-Id: I1dd46c13073107608e68f23b0c7eb9a6bf1813ee
diff --git a/templates/register.htm b/templates/register.htm
index f7c7013..ab2692a 100644
--- a/templates/register.htm
+++ b/templates/register.htm
@@ -497,7 +497,8 @@
<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 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 class="form-check-label fs-4" for="student">I have (just) sent a scan of my matriculation certificate to <a href="mailto:iclc10@easychair.org">iclc10@easychair.org</a>
+and can therefore take advantage of the student discount of <strong>€ <span id="student_discount"><?php echo $STUDENT_DISCOUNT; ?></span></strong>.
</label>
</div>
</div>