Moved meeting files to 3-digit filenames for sorting
This commit is contained in:
@@ -65,7 +65,7 @@ def get_meetings_ids(num=0):
|
|||||||
|
|
||||||
def render_meeting_rst(id):
|
def render_meeting_rst(id):
|
||||||
# check if that file actually exists
|
# check if that file actually exists
|
||||||
name = str(id) + '.rst'
|
name = '%03d.rst' % id
|
||||||
path = safe_join(MEETINGS_DIR, name)
|
path = safe_join(MEETINGS_DIR, name)
|
||||||
if not os.path.exists(path):
|
if not os.path.exists(path):
|
||||||
abort(404)
|
abort(404)
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user