diff options
| author | Alexis M <alexis@notmyidea.org> | 2019-08-26 22:47:00 +0200 |
|---|---|---|
| committer | Alexis M <alexis@notmyidea.org> | 2019-08-26 22:47:00 +0200 |
| commit | 6e02c4275a29512a567158ce81af5218e513de4f (patch) | |
| tree | 26fe5bf3d93c757325fd6d668a8387d110278fae | |
| parent | 3d7ab656e106f060dec9fabb76f900389ed0c760 (diff) | |
| download | ihatemoney-mirror-6e02c4275a29512a567158ce81af5218e513de4f.zip ihatemoney-mirror-6e02c4275a29512a567158ce81af5218e513de4f.tar.gz ihatemoney-mirror-6e02c4275a29512a567158ce81af5218e513de4f.tar.bz2 | |
Add some spacing when displaying « list empty ».
| -rw-r--r-- | ihatemoney/templates/list_bills.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index 367d2ee..e24fca5 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -131,6 +131,6 @@ </table> {% else %} - <p>{{ _("Nothing to list yet. You probably want to") }} <a href="{{ url_for(".add_bill") }}" data-toggle="modal" data-target="#bill-form">{{ _("add a bill") }}</a> ?</p> + <div class="py-3"></div><p>{{ _("Nothing to list yet. You probably want to") }} <a href="{{ url_for(".add_bill") }}" data-toggle="modal" data-target="#bill-form">{{ _("add a bill") }}</a> ?</p></div> {% endif %} {% endblock %} |
