Skip to content

Commit

Permalink
Fixed title lang
Browse files Browse the repository at this point in the history
  • Loading branch information
Daihecyy committed Dec 6, 2024
1 parent 4ae8d73 commit dd4a83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/templates/base_mail.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title lang="fr">{% block title%}{% endblock %}</title>
<title lang="en">{% block title%}{% endblock %}</title>
</head>

<body>
Expand Down

0 comments on commit dd4a83d

Please sign in to comment.