mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
10 lines
369 B
Handlebars
10 lines
369 B
Handlebars
{{#> layout}}
|
|
{{#if deleted }}
|
|
<h1>Key deleted</h1>
|
|
<p>We deleted your key from the server. You can re-upload at any time.</p>
|
|
{{else}}
|
|
<h1>Key deletion failed</h1>
|
|
<p>We don't recognize the token you provided. It's either wrong or expired.
|
|
You can request the deletion of your key again to get another deletion token.</p>
|
|
{{/if}}
|
|
{{/layout}}
|