2018-06-19 22:01:14 +03:00
|
|
|
<div class="update">
|
|
|
|
<p class="message"><?php p($l->t('There was an error updating your attendance status.'));?></p>
|
|
|
|
<p class="message"><?php p($l->t('Please contact the organizer directly.'));?></p>
|
2020-04-10 15:19:56 +03:00
|
|
|
<?php if (isset($_['organizer'])): ?>
|
2018-06-19 22:01:14 +03:00
|
|
|
<p class="message"><a href="<?php p($_['organizer']) ?>"><?php p(substr($_['organizer'], 7)) ?></a></p>
|
|
|
|
<?php endif; ?>
|
|
|
|
</div>
|