added back trailing slash to url_for change

This commit is contained in:
Alok Saldanha
2021-02-13 16:41:32 -05:00
parent 9c17e2ff32
commit 01dccef7db
+1 -1
View File
@@ -92,7 +92,7 @@ def render_entries(entries):
def get_url(entry):
return url_for("do_view", path=entry["path"].lstrip("/"))
return url_for("do_view", path=entry["path"].lstrip("/")) +"/""
def get_class(entry):