mirror of
https://github.com/ae-utbm/sith.git
synced 2026-09-21 11:44:26 +00:00
add a space between inputs and submit in refill form
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user