From fb02684fd29ef870d29a2e1d84796a845e9ab74a Mon Sep 17 00:00:00 2001 From: MilouH Date: Thu, 3 Apr 2025 11:09:48 +0200 Subject: [PATCH] Clean up unnecessary whitespace differences --- ihatemoney/templates/list_bills.html | 72 ++++++++++++++-------------- ihatemoney/web.py | 6 +-- 2 files changed, 39 insertions(+), 39 deletions(-) diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index 738d8e9c..d570f1a3 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -9,7 +9,7 @@ {% block title %} - {{ g.project.name }}{% endblock %} {% block js %} - {% if add_bill %} $('#new-bill > a').click(); {% endif %} + {% if add_bill %} $('#new-bill > a').click(); {% endif %} // focus on first field when adding a bill $("#bill-form").on('shown.bs.modal', function(){ @@ -78,22 +78,22 @@ {% endblock %} {% block content %} -