summaryrefslogtreecommitdiffstats
path: root/apps/dav/templates/schedule-response-error.php
blob: 010ea2ed6cbca605be3de9b0851ea354e2f5d928 (plain)
1
2
3
4
5
6
7
<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>
	<?php if (isset($_['organizer'])): ?>
		<p class="message"><a href="<?php p($_['organizer']) ?>"><?php p(substr($_['organizer'], 7)) ?></a></p>
	<?php endif; ?>
</div>