This commit is contained in:
iFargle
2023-03-21 14:23:02 +09:00
parent 984b415156
commit 81165a136c
3 changed files with 5 additions and 3 deletions

View File

@@ -582,7 +582,9 @@ def oidc_nav_mobile(user_name, email_address, name):
return Markup(html_payload)
def render_search(page):
if page != "users" and page != "machines": return Markup("")
app.logger.info("Rendering search for %s page", page)
if page != "users": return Markup("")
if page != "machines": return Markup("")
html_payload = """
<form>
<div class="input-field">