Verbose time stamp on submission page.

This commit is contained in:
woorst
2018-10-02 06:32:12 -04:00
parent a0ebb9b559
commit 7a1afd6af2

View File

@@ -412,7 +412,7 @@ class SubmissionPage(Page):
attr = self.term.attr('Created')
self.term.add_space(win)
self.term.add_line(win, '{created_long}{edited}'.format(**data),
self.term.add_line(win, '{created_long}{edited_long}'.format(**data),
attr=attr)
row = len(data['split_title']) + 2