This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[fix] no breadcrumbs in update-password
version-14
Rushabh Mehta
8 years ago
parent
a66845036b
commit
bc8044c4e0
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/public/less/website.less
+1
-0
frappe/www/update_password.py
+ 1
- 1
frappe/public/less/website.less
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 {
+ 1
- 0
frappe/www/update_password.py
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")}]
Write
Preview
Loading…
Cancel
Save