Moved meeting files to 3-digit filenames for sorting

This commit is contained in:
str4d
2013-08-06 03:35:10 +00:00
parent 82fe9aa223
commit 5444417c93
132 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@ def get_meetings_ids(num=0):
def render_meeting_rst(id):
# check if that file actually exists
name = str(id) + '.rst'
name = '%03d.rst' % id
path = safe_join(MEETINGS_DIR, name)
if not os.path.exists(path):
abort(404)

Some files were not shown because too many files have changed in this diff Show More