gecko-dev/webtools/PLIF/output/http/login.requestAccount

16 строки
396 B
Plaintext

TemplateToolkit
1
[% INCLUDE template.header title = 'Create Account' -%]
<form action="./" method="POST" enctype="multipart/form-data">
<p>To create a new account fill in your e-mail address or other
means of contact in the form below and hit the submit button:</p>
<p>
[%- INCLUDE template.login.form buttonLabel = 'Submit' %]
</p>
</form>
[% INCLUDE template.footer %]