liam-linux-account-manager/templates/group_not_found.php

7 lines
222 B
PHP
Raw Normal View History

2021-11-16 15:11:32 +01:00
<?php
?>
<h1>Group not found</h1>
<div class="alert alert-danger">
<p>The group name you entered isn't yet known by the keys management server. Please <a href="" class="navigate-back">go back</a> and try again.</p>
</div>