Skip to content

Commit d1bde76

Browse files
committed
Merge branch 'master' of https://github.com/WheatonCS/Lexos
2 parents f27db76 + 6243dae commit d1bde76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ <h1 id="header-title">
8888
]),
8989

9090
(url_for("similarity"), "similarity", "Similarity Query"),
91-
(url_for("topword"), "topword", "Topword"),
92-
(url_for("extension"), "extension", "External Tools")
91+
(url_for("topword"), "topword", "Topword")
92+
9393
])
9494
] %}
9595
{% set active_page = active_page|default('base') -%}

0 commit comments

Comments
 (0)