diff --git a/admin.py b/admin.py index cac0fee..7c7988b 100644 --- a/admin.py +++ b/admin.py @@ -249,14 +249,14 @@ Total commenters │ {stats['commenters']:4d} New accounts <= 30 days │ {stats['m_new']:4d} Visited <= 30 days │ {stats['m_visited']:4d} Post/comment <= 30 days │ {stats['m_post_cmt']:4d} -Post only <= 30 days │ {stats['m_post']:4d} -Comment only <= 30 days │ {stats['m_cmt']:4d} +Posted <= 30 days │ {stats['m_post']:4d} +Commented <= 30 days │ {stats['m_cmt']:4d} │ New accounts <= 6 mos │ {stats['hy_new']:4d} Visited <= 6 mos │ {stats['hy_visited']:4d} Post/comment <= 6 mos │ {stats['hy_post_cmt']:4d} -Post only <= 6 mos │ {stats['hy_post']:4d} -Comment only <= 6 mos │ {stats['hy_cmt']:4d} +Posted <= 6 mos │ {stats['hy_post']:4d} +Commented <= 6 mos │ {stats['hy_cmt']:4d} ```  => {session.path} Back to front page\n