We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6f186 commit 6243daeCopy full SHA for 6243dae
templates/base.html
@@ -88,8 +88,8 @@ <h1 id="header-title">
88
]),
89
90
(url_for("similarity"), "similarity", "Similarity Query"),
91
- (url_for("topword"), "topword", "Topword"),
92
- (url_for("extension"), "extension", "External Tools")
+ (url_for("topword"), "topword", "Topword")
+
93
])
94
] %}
95
{% set active_page = active_page|default('base') -%}
0 commit comments