Compare commits

...
Author SHA1 Message Date
imperosol 8175fc415c add a space between inputs and submit in refill form 2026-09-20 22:37:31 +02:00
2 changed files with 5 additions and 4 deletions
@@ -62,8 +62,7 @@
}
form {
margin-top: .5rem;
margin-bottom: .5rem;
margin: 0;
}
}
@@ -4,6 +4,8 @@
hx-swap="outerHTML"
>
{% csrf_token %}
{{ form.as_p() }}
<input type="submit" value="{% trans %}Go{% endtrans %}"/>
<div class="margin-bottom">
{{ form.as_p() }}
</div>
<input type="submit" class="btn btn-blue" value="{% trans %}Go{% endtrans %}"/>
</form>