mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
Get rid of unused 'title' mapping key in deckbrowser body
This commit is contained in:
parent
b2608f5ea4
commit
6b4b7220a8
1 changed files with 1 additions and 3 deletions
|
@ -103,9 +103,7 @@ body { margin: 1em; -webkit-user-select: none; }
|
|||
def _renderPage(self):
|
||||
css = self.mw.sharedCSS + self._css
|
||||
tree = self._renderDeckTree(self.mw.col.sched.deckDueTree())
|
||||
self.web.stdHtml(self._body%dict(
|
||||
title=_("Decks"),
|
||||
tree=tree), css=css)
|
||||
self.web.stdHtml(self._body%dict(tree=tree), css=css)
|
||||
self._drawButtons()
|
||||
|
||||
def _renderDeckTree(self, nodes, depth=0):
|
||||
|
|
Loading…
Reference in a new issue