puentesarrin / selene

A simple CMS for blogging built with Tornado and MongoDB
GNU General Public License v3.0
40 stars 21 forks source link

Post status without localization support now. #11

Closed lowstz closed 11 years ago

lowstz commented 11 years ago

Can you improve the post status, it without localization support now.

STATUSES = [('published', 'Published'), ('unpublished', 'Unpublished')]
puentesarrin commented 11 years ago

Done!