hagrid-keyserver--hagrid/dist/templates/verify.html.hbs

11 lines
224 B
Handlebars

{{#> layout}}
<div class="row">
{{#if verified }}
Key for <tt>{{ userid }}</tt> published.
{{else}}
Verification failed! You can <a href="/upload">try uploading again</a>.
{{/if}}
</div>
{{/layout}}