diff options
-rw-r--r-- | view_functions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view_functions.py b/view_functions.py index 1131778..960271f 100644 --- a/view_functions.py +++ b/view_functions.py @@ -20,7 +20,7 @@ def default_context(): def file_last_modified(path): - return ctime(os.stat(path).st_ctime) + return ctime(os.stat(path).st_mtime) def index_dir(path): """ |