route for edit ok

This commit is contained in:
Gaëlle Morin 2019-10-24 11:21:35 +02:00
parent 45064062fd
commit 67697ab03d
3 changed files with 3 additions and 2 deletions

View File

@ -36,6 +36,7 @@ html(lang="en")
include page-circle.pug
#circle-edit(hidden).no-sidebar
sib-link(class="backlink", bind-resources) Back
include page-circle-edit.pug
#messages(hidden).with-sidebar

View File

@ -77,7 +77,7 @@ nav#main__menu
order-by='username'
next='messages'
)
sib-route(hidden, name='circle-edit')
sib-route(hidden, name='circle-edit', use-id)
//- div.divider
//- sib-route.menu(hidden, name='my-profile', rdf-type='foaf:user', use-id='')

View File

@ -1,4 +1,4 @@
#circle-edit.content-box.with-padding.with-form.full-width
#circle-edit.content-box.with-padding.with-form
include templates/hd-user-avatar.pug