academon/templates/core/frontend/notimplemented.html
2022-08-08 09:43:31 +00:00

18 lines
568 B
HTML

<div class="card">
<div class="card-header">
<h3 class="card-title">Not fully implemented</h3>
<div class="card-tools">
</div>
</div>
<div class="card-body">
Hey there!<br><br>
It seems you are trying to access a feature that is not yet fully implemented.<br><br>
For security reasons, this feature will only be available to all users once it is completed and tested. Please come back at a later time.<br><br>
Have a nice day!
</div>
<div class="card-footer">
Your AcadeMon Administrators
</div>
</div>