Skip to content
Snippets Groups Projects
Commit 24f60f33 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Review the router and archi

parent 7412b002
No related branches found
No related tags found
1 merge request!2Feature/adding user account creation
h2 Create a mentor account
details
summary All available fields:
sib-form(
data-src=`${endpoints.users}`
)
......@@ -8,3 +8,6 @@ form(method='POST' action='/login')
label(for='password') Password
input.form-control(type='password' id='password' placeholder='password' name='password')
button.btn.btn-primary(type='submit') Log in
sib-link(next='mentor-new-account')
div Create an account
\ No newline at end of file
doctype html
html
include includes/head.pug
sib-router(default-route='splash')
sib-route(name='splash')
sib-route(name='mentor-new-account')
sib-route(name='entrepreneur-new-account')
body
include includes/splash.pug
#splash(hidden).no-sidebar
include includes/splash.pug
#mentor-new-account(hidden).no-sidebar
include includes/mentor/create.pug
#entrepreneur-new-account(hidden).no-sidebar
include includes/entrepreneur/create.pug
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment