Tweak templates
This commit is contained in:
parent
ed0a780d7e
commit
5f34c2aee6
4 changed files with 39 additions and 21 deletions
|
@ -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" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue