hagrid-keyserver--hagrid/dist/templates/upload/verification-form.html.hbs

18 lines
483 B
Handlebars
Raw Normal View History

{{#> layout}}
2019-09-27 14:21:10 +00:00
{{#with page}}
<div id="container">
<p>
2019-09-27 14:21:10 +00:00
{{ text "Verifying your email address…" }}
</p>
2019-09-27 14:21:10 +00:00
<p>
<form method="POST" action="/verify/{{token}}" id="postform">
2019-10-31 13:02:41 +00:00
{{ text "If the process doesn't complete after a few seconds, please <input type=\"submit\" class=\"textbutton\" value=\"click here\" />." }}
</form>
</p>
</div>
<script src="/assets/js/upload-verify.js" type="text/javascript"></script>
2019-09-27 14:21:10 +00:00
{{/with}}
{{/layout}}