Send pdf invoce with confirmation
Change-Id: Ie5b7b20043d11879f758af6536b55961314188eb
diff --git a/templates/mail_confirmed.htm b/templates/mail_confirmed.htm
index c01da31..6057d6e 100644
--- a/templates/mail_confirmed.htm
+++ b/templates/mail_confirmed.htm
@@ -1,5 +1,10 @@
<div class="alert alert-success" role="alert">
<p>Your email address was confirmed! Thank you for registering for
- <?php echo $SERVICE_ACRONYM; if(!empty($REDIRECT_TO) ) { echo "</p><p>You are being redirected..."; } ?>
+ <?php
+ echo $SERVICE_ACRONYM ."!";
+ if ($CONFERENCE_REGISTRATION) {
+ echo " A confirmation email including the invoice and payment instructions has been sent to you.";
+ }
+ if(!empty($REDIRECT_TO) ) { echo "</p><p>You are being redirected..."; } ?>
</p>
</div>