shorted verify templates

This commit is contained in:
Kai Michaelis 2019-02-22 22:21:50 +01:00
parent 1ec13697ef
commit 70db1c4825
1 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,9 @@
{{#> layout}}
<div class="row">
{{#if verified }}
<p><b>Email verified.</b> You've verified <em>{{ userid }}</em> successfully. Everybody who knows your email address is now able to find your key. You can <a href="/vks/delete/{{ fpr }}">delete</a> your key any time you want.</p>
Key for <tt>{{ userid }}</tt> published.
{{else}}
<p><b>Email verification failed.</b> We don't recognize the token you provided. It's either wrong or expired.
<a href="/upload">Upload</a> your key again to get another verification token sent to you.</p>
Verification failed! You can <a href="/upload">try again</a>.
{{/if}}
</div>
{{/layout}}