mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
16 lines
494 B
Handlebars
16 lines
494 B
Handlebars
{{#> layout }}
|
|
<h2>Email verification</h2>
|
|
<p style="line-height: 2em;">
|
|
Your key was successfully uploaded, and can now be retrieved by fingerprint.<br />
|
|
</p>
|
|
We also sent verification emails to the following addresses:
|
|
<div class="verificationEmails">
|
|
<ul>
|
|
{{#each emails}}
|
|
<li><span class="email">{{this}}</span></li>
|
|
{{/each}}
|
|
</ul>
|
|
</div>
|
|
To make the key available for search by address, follow the link sent to
|
|
each address.
|
|
{{/layout}}
|