schedule-response-success.php 297 B

1234567891011
  1. <?php
  2. /**
  3. * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
  4. * SPDX-License-Identifier: AGPL-3.0-or-later
  5. */
  6. ?>
  7. <div class="guest-box">
  8. <div class="icon icon-checkmark"></div>
  9. <p class="message"><?php p($l->t('Your attendance was updated successfully.'));?></p>
  10. </div>