From 82f3f067ef87c89eeb7c7d054877c5f2e8a172c3 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Sat, 17 Jul 2021 13:42:45 +0200 Subject: [PATCH] Fix layout of history deletion modals --- ihatemoney/templates/forms.html | 6 ------ ihatemoney/templates/history.html | 24 +++++++++++------------- 2 files changed, 11 insertions(+), 19 deletions(-) diff --git a/ihatemoney/templates/forms.html b/ihatemoney/templates/forms.html index b17fa14e..a9965564 100644 --- a/ihatemoney/templates/forms.html +++ b/ihatemoney/templates/forms.html @@ -130,9 +130,6 @@ {% include "display_errors.html" %} {{ form.hidden_tag() }} {{ input(form.password, inline=True) }} -
- -
{% endmacro %} @@ -141,9 +138,6 @@ {% include "display_errors.html" %} {{ form.hidden_tag() }} {{ input(form.password) }} -
- -
{% endmacro %} diff --git a/ihatemoney/templates/history.html b/ihatemoney/templates/history.html index d9136324..e39b717f 100644 --- a/ihatemoney/templates/history.html +++ b/ihatemoney/templates/history.html @@ -43,7 +43,7 @@ {% endmacro %}