blob: f60cb1e0fa97ad051c8157df80bc8f4e57cfba79 (
plain)
1
2
3
4
|
<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>
|