diff --git a/i2p2www/legacy.py b/i2p2www/legacy.py index cbd778b5b771845e6b87f0e859aa18d7fbc3b63b..e61f04ac4f3144a7c97701cb4dd63eaaf604d650 100644 --- a/i2p2www/legacy.py +++ b/i2p2www/legacy.py @@ -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))))