[fix] no breadcrumbs in update-password

This commit is contained in:
Rushabh Mehta 2017-07-20 17:48:24 +05:30
parent a66845036b
commit bc8044c4e0
2 changed files with 2 additions and 1 deletions

View file

@ -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 {

View file

@ -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")}]