mirror of
https://github.com/Novartis/cellxgene-gateway.git
synced 2026-09-15 12:47:59 +08:00
Fix url_for
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user