reminder-bot/web/templates/reminder_dashboard/user_error.html.tera

13 lines
377 B
Plaintext
Raw Normal View History

2023-08-13 17:29:30 +00:00
<div class="hero is-fullheight">
<div class="hero-body">
<div class="container has-text-centered">
<p class="title">
You do not have permissions for this server
</p>
<p class="subtitle">
Ask an admin to grant you the "Manage Messages" permission.
</p>
</div>
</div>
</div>