From 6ea04168fcd99538d396cf46a940b758132abab0 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Fri, 9 Sep 2022 09:22:12 +0000 Subject: [PATCH] Fix djlint --- divent/templates/index.html.j2 | 4 +++- divent/templates/subscribe.html.j2 | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/divent/templates/index.html.j2 b/divent/templates/index.html.j2 index 8df34ed..367c14f 100644 --- a/divent/templates/index.html.j2 +++ b/divent/templates/index.html.j2 @@ -8,7 +8,9 @@ width="80" height="80"/> -

{{ client.user.display_name }}

+

+ {{ client.user.display_name }} +

{{ _('The discord scheduled event calendar generator') }}


{{ _('This will allow you to:') }}

diff --git a/divent/templates/subscribe.html.j2 b/divent/templates/subscribe.html.j2 index 2ac11c7..918ba92 100644 --- a/divent/templates/subscribe.html.j2 +++ b/divent/templates/subscribe.html.j2 @@ -12,7 +12,9 @@ width="80" height="80"/> -

{{ client.user.display_name }}

+

+ {{ client.user.display_name }} +

{{ _('The discord scheduled event calendar generator') }}