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') }}