[fix] no breadcrumbs in update-password
This commit is contained in:
parent
a66845036b
commit
bc8044c4e0
2 changed files with 2 additions and 1 deletions
|
|
@ -689,7 +689,7 @@ li.footer-child-item {
|
|||
margin: 70px auto;
|
||||
border: 1px solid @border-color;
|
||||
border-radius: 4px;
|
||||
background-color: #fff;
|
||||
background-color: #fff;
|
||||
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
|
||||
|
||||
.page-card-head {
|
||||
|
|
|
|||
|
|
@ -8,4 +8,5 @@ no_sitemap = 1
|
|||
no_cache = 1
|
||||
|
||||
def get_context(context):
|
||||
context.no_breadcrumbs = True
|
||||
context.parents = [{"name":"me", "title":_("My Account")}]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue