Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
fd262489
Commit
fd262489
authored
Jan 13, 2017
by
RyanHerb
Browse files
views/default/init_db.html add missing form
parent
227c31ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/views/default/init_db.html
0 → 100644
View file @
fd262489
{{extend 'db_layout.html'}}
{{=message}}
<form
id=
"data_form"
action=
"DB_ADDRESS/default/init_db_form"
enctype=
"multipart/form-data"
method=
"post"
>
<table>
<tbody>
<tr>
<td><label
for=
"email"
id=
"email__label"
>
Email:
</label></td>
<td><input
class=
"string"
id=
"email"
name=
"email"
type=
"text"
value=
""
><span></span></td>
<td></td>
</tr>
<tr>
<td><label
for=
"password"
id=
"password__label"
>
Password:
</label></td>
<td><input
class=
"string"
id=
"password"
name=
"password"
type=
"password"
value=
""
><span></span></td>
<td></td>
</tr>
<tr>
<td><label
for=
"confirm_password"
id=
"confirm_password__label"
>
Confirm Password:
</label></td>
<td><input
class=
"string"
id=
"confirm_password"
name=
"confirm_password"
type=
"password"
value=
""
><span></span></td>
<td></td>
</tr>
<tr>
<td></td>
<td
><input
type=
"submit"
value=
"save"
class=
"btn"
></td>
<td></td>
</tr>
</tbody>
</table>
</form>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment