diff options
Diffstat (limited to 'gn2/wqflask')
-rw-r--r-- | gn2/wqflask/templates/wiki/genewiki.html (renamed from gn2/wqflask/templates/genewiki.html) | 0 | ||||
-rw-r--r-- | gn2/wqflask/views.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/genewiki.html b/gn2/wqflask/templates/wiki/genewiki.html index 63f36741..63f36741 100644 --- a/gn2/wqflask/templates/genewiki.html +++ b/gn2/wqflask/templates/wiki/genewiki.html diff --git a/gn2/wqflask/views.py b/gn2/wqflask/views.py index baed268b..d40cfdb7 100644 --- a/gn2/wqflask/views.py +++ b/gn2/wqflask/views.py @@ -1230,7 +1230,7 @@ def display_genewiki_page(symbol: str): ) ).json() return render_template( - "genewiki.html", + "wiki/genewiki.html", symbol=symbol, wiki=wiki ) |