diff --git a/june/templates/admin/dashboard.html b/june/templates/admin/dashboard.html index db8ceba..d3b8da7 100644 --- a/june/templates/admin/dashboard.html +++ b/june/templates/admin/dashboard.html @@ -1,9 +1,8 @@ {% extends "layout.html" %} +{% from "snippet/macro.html" import nav, pagination %} {% block subtitle %}{{ _('Dashboard') }}{% endblock %} -{% from "snippet/macro.html" import nav, pagination %} - {% block content %}
diff --git a/june/templates/email/find.html b/june/templates/email/find.html index d5f8dca..fc56a15 100644 --- a/june/templates/email/find.html +++ b/june/templates/email/find.html @@ -1,21 +1,21 @@ {% extends "email/layout.html" %} {% block content %} -

{{ _('Welcome,') }} {{user}}

+

{{ _('Welcome,') }} {{ user }}

{% trans -%} You have submitted a find password request, follow the link below to find your password. If you didn't make the request, ignore this email. {%- endtrans %}

-

{{_('Find Password')}}

+

{{ _('Find Password') }}



{% trans -%} You can copy and paste the link to your browser address bar: {%- endtrans %}
-

{{link}}

+

{{ link }}



{% trans %}This link will expire in 24 hours.{% endtrans %} diff --git a/june/templates/email/layout.html b/june/templates/email/layout.html index cad2724..0f26cc8 100644 --- a/june/templates/email/layout.html +++ b/june/templates/email/layout.html @@ -4,9 +4,9 @@ - + - {{config.SITE_TITLE}} + {{ config.SITE_TITLE }}