reminder-bot/templates/reminder_dashboard/user_error.html.tera
2024-03-24 20:23:16 +00:00

13 lines
377 B
Plaintext

<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>