forked from mirrors/bookwyrm
Fixes button on search page
This commit is contained in:
parent
4ba375892a
commit
4faf3cf09a
1 changed files with 5 additions and 3 deletions
|
@ -75,9 +75,11 @@
|
||||||
<form class="mt-1" action="/resolve-book" method="post">
|
<form class="mt-1" action="/resolve-book" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<input type="hidden" name="remote_id" value="{{ result.key }}">
|
<input type="hidden" name="remote_id" value="{{ result.key }}">
|
||||||
<button type="submit" class="button is-small is-link">
|
<div class="control">
|
||||||
{% trans "Import book" %}
|
<button type="submit" class="button is-small is-link">
|
||||||
</button>
|
{% trans "Import book" %}
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue