Fixed legacy status

This commit is contained in:
str4d
2013-08-29 01:30:17 +00:00
parent 2e12ed8703
commit 1229cf8ff3

View File

@ -135,4 +135,4 @@ def legacy_meeting(id):
return redirect(url_for('meetings_show', id=id, lang='en'))
def legacy_status(year, month, day):
return redirect(url_for('blog_post', lang='en', slug=('%s/%s/%s/status' % (year, month, day))))
return redirect(url_for('blog_post', lang='en', slug=('%d/%02d/%02d/status' % (year, month, day))))