Tweak templates

This commit is contained in:
Thomas Sileo
2022-07-04 19:02:30 +02:00
parent ed0a780d7e
commit 5f34c2aee6
4 changed files with 39 additions and 21 deletions

View File

@@ -5,7 +5,7 @@
<p>Interact with an ActivityPub object via its URL or look for a user using <i>@user@domain.tld</i></p>
<form class="form" action="{{ url_for("get_lookup") }}" method="GET">
<input type="text" name="query" value="{{ query if query else "" }}">
<input type="text" name="query" value="{{ query if query else "" }}" autofocus>
<input type="submit" value="Lookup">
</form>
{% if ap_object and ap_object.ap_type == "Person" %}