You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
791 B
Twig
16 lines
791 B
Twig
<div>
|
|
<a href="/dashboard">
|
|
<img id="the-logo" src="/assets/images/global/fipamo-logo.svg"/>
|
|
</a>
|
|
</div>
|
|
<form id="init-form" method="POST">
|
|
<input type="text" name="new_member_handle" id="new_member_handle" placeholder="handle"/>
|
|
<input type="text" name="new_member_email" id="new_member_email" placeholder="email"/>
|
|
<input type="text" name="new_member_pass" id="new_member_pass" placeholder="password"/>
|
|
<input type="text" name="new_member_pass2" id="new_member_pass2" placeholder="password confirm"/>
|
|
<input type="text" name="new_member_title" id="new_member_title" placeholder="title"/>
|
|
<button id="init-blog" data-action='blog-init' type='submit'>SET UP YOUR SITE</button>
|
|
<br/><br/>
|
|
<button class="init-option" id="init-switch-restore">RESTORE FROM BACKUP</button>
|
|
</form>
|