New look to the website

This commit is contained in:
Kanchan Chauhan
2016-05-02 11:43:44 +05:30
parent 0fa7b7c4f2
commit 239b351367
32 changed files with 508 additions and 238 deletions

View File

@@ -55,11 +55,12 @@ class Issue(Document):
def get_list_context(context=None):
return {
"title": _("My Issues"),
"title": _("Issues"),
"get_list": get_issue_list,
"row_template": "templates/includes/issue_row.html",
"show_sidebar": True,
"show_search": True
"show_search": True,
'no_breadcrumbs': True
}
def get_issue_list(doctype, txt, filters, limit_start, limit_page_length=20):