mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-07-05 01:11:40 +02:00
added version to the footer.
This commit is contained in:
+5
-2
@@ -234,8 +234,11 @@ async def node_search(request):
|
||||
|
||||
template = env.get_template("search.html")
|
||||
response = web.Response(
|
||||
text=template.render(nodes=fuzzy_nodes, query_string=request.query_string),
|
||||
site_config=CONFIG,
|
||||
text=template.render(
|
||||
nodes=fuzzy_nodes,
|
||||
query_string=request.query_string,
|
||||
site_config=CONFIG,
|
||||
),
|
||||
content_type="text/html",
|
||||
)
|
||||
return response
|
||||
|
||||
Reference in New Issue
Block a user