mirror of
https://github.com/basicswap/basicswap.git
synced 2025-05-06 12:52:17 +00:00
parent
c945e267e7
commit
57b96cd985
1 changed files with 4 additions and 3 deletions
|
@ -222,8 +222,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</section>
|
||||||
</section>
|
|
||||||
{% if block_unknown_seeds and w.expected_seed != true %} {# Only show addresses if wallet seed is correct #}
|
{% if block_unknown_seeds and w.expected_seed != true %} {# Only show addresses if wallet seed is correct #}
|
||||||
<section class="px-6 py-0 h-full overflow-hidden">
|
<section class="px-6 py-0 h-full overflow-hidden">
|
||||||
<div class="pb-6 border-coolGray-100">
|
<div class="pb-6 border-coolGray-100">
|
||||||
|
@ -244,7 +243,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{% else %}
|
<input type="hidden" name="formid" value="{{ form_id }}">
|
||||||
|
</form>
|
||||||
|
{% else %}
|
||||||
<section class="p-6">
|
<section class="p-6">
|
||||||
<div class="lg:container mx-auto">
|
<div class="lg:container mx-auto">
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
|
|
Loading…
Reference in a new issue