update: models.py + unsubscribe button translated

This commit is contained in:
gaelle morin
2020-04-23 18:19:42 +02:00
parent b40042cb61
commit 225d99aff1
2 changed files with 8 additions and 8 deletions

View File

@ -4,7 +4,7 @@
</head>
<body>
<div>
<p style='font-style:italic;color:#777'><b>{{ author }}</b> {{ object }} from on {{ on }}</p>
<p style='font-style:italic;color:#777'><b>{{ author }}</b> {{ object }} de {{ on }}</p>
<p>{{ instance.summary }}</p>
</div>
<div style='margin-top:10px;'>
@ -13,7 +13,7 @@
<br>
Ne réponds pas directement à cet e-mail, à la place rends-toi sur <a href='{{ on }}' target='_blank'>{{ on }}</a>.
<br>
<a href='#'>Unsubscribe</a>
<a href='#'>Se désinscrire</a>
</p>
</div>
</body>