Implement custom HTML placement (#78)
This commit is contained in:
parent
014bd271b4
commit
ae50a8b11d
4 changed files with 16 additions and 2 deletions
|
@ -17,4 +17,5 @@ block content
|
|||
.field
|
||||
.control
|
||||
input.button.is-primary(type='submit' value=lang('LOGIN_BUTTON'))
|
||||
|
||||
if _CC.config.customHtml.login
|
||||
div!= _CC.config.customHtml.login
|
|
@ -44,6 +44,9 @@ block content
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
if _CC.config.customHtml.wishlists
|
||||
div!= _CC.config.customHtml.wishlists
|
||||
|
||||
ul.noStyle.noLeftMargin
|
||||
if req.user._id !== '_CCUNKNOWN'
|
||||
li
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue