nextcloud/apps/dav/templates/schedule-response-success.php

5 lines
218 B
PHP

<div class="update" style="justify-content: space-around; display: flex;">
<span class="icon icon-checkmark-white"></span>
<p class="message"><?php p($l->t('Your attendance was updated successfully.'));?></p>
</div>