bcampbell / unsourced

experimental site to make it easy to add sources to news articles
10 stars 3 forks source link

Articles from the future #10

Open bcampbell opened 12 years ago

bcampbell commented 12 years ago

Don't let articles into the database with obviously-wrong dates. eg http://unsourced.org/art/9690 (in this case, I think the scrape-o-mat got confused by the silly US date format)

When someone tries to add an article with a future date, the process should require the user to manually fix up the date first.

adding another validator to the EnterArticleForm in handlers/addarticle.py might do the trick.