copy-pasta mistake. remove created

This commit is contained in:
Brobin
2015-04-17 21:10:46 -05:00
parent 0bdb207fe6
commit bdd55d3da2

View File

@@ -270,7 +270,7 @@ class SubmissionPage(BasePage):
text, attr = DARROW, curses.A_BOLD | Color.RED
win.addnstr(text, n_cols - win.getyx()[1], attr)
text = clean(u' {created} {comments} '.format(**data))
text = clean(u' {comments} '.format(**data))
win.addnstr(text, n_cols - win.getyx()[1])
if data['gold']: