forked from projects/fipamo
f1850ce7f7
There was an error in the request to set up a fresh site on the front end and handling the respective object on the backend that was causing the process to error out. Also added the source map for the dash script because it's eventually going to be fully transparent anyway.
16 lines
816 B
Twig
16 lines
816 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" onsubmit="return false;">
|
|
<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>
|