Fix url_for

This commit is contained in:
Gregor Sturm
2021-01-18 18:09:45 +01:00
parent 16b54f9409
commit 068e8f7633

View File

@@ -89,7 +89,7 @@ def render_entries(entries):
def get_url(entry):
return url_for("do_view", entry)
return url_for("do_view", path=entry["path"])
def get_class(entry):