mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-16 18:04:34 -05:00
36 lines
1.1 KiB
Twig
36 lines
1.1 KiB
Twig
{{ header('No invitation found') }}
|
|
{% include 'logo.twig' %}
|
|
|
|
<style type="text/css">
|
|
li { margin-bottom: 10px; }
|
|
</style>
|
|
|
|
<div style="width: 100%">
|
|
<div style="width: 45%; margin: auto;">
|
|
|
|
<h2>No invitation found</h2>
|
|
|
|
<div>There is no invitation waiting at the link you accessed. There are
|
|
three possibilities:
|
|
|
|
<ul>
|
|
|
|
<li>The invitation was issued more than three days ago and has expired.
|
|
You should ask the person who invited you to send it again.</li>
|
|
|
|
<li>You made a mistake when copying the invite url by hand and clipped off a
|
|
few characters from the end. At the end of the url, the key following the =
|
|
(equals) sign should be 32 characters long. If you made a mistake, you can
|
|
correct it and try again.</li>
|
|
|
|
<li>The invitation has already been used, either by you or someone else.
|
|
You should contact the person who invited you, and they can check their
|
|
invitees. Otherwise you may try contacting staff on IRC. Join
|
|
<code>{{ constant('IRC_PUBLIC_SERVER') }}</code>, channel <code>#disabled</code>. Depending on the
|
|
timezone you may have to wait, but you will receive a response.</li>
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|