Verified Commit 103d56bf authored by Baptiste Beauplat's avatar Baptiste Beauplat
Browse files

Fix comment ordering on package page

parent 7222db30
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
<ol> <ol>
% for comment in package_version.package_comments: % for comment in sorted(package_version.package_comments, key=lambda c: c.time):
<li> <li>
<div> <div>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment