djangoldp-notification/djangoldp_notification/templates/email.html

20 lines
615 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div>
2019-10-02 14:08:05 +00:00
<p style='font-style:italic;color:#777'><b>{{ author }}</b> {{ object }} from on {{ on }}</p>
<p>{{ instance.summary }}</p>
</div>
<div style='margin-top:10px;'>
<p style='font-size:small;color:#777'>
--
<br>
2020-04-22 18:07:24 +00:00
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>
</p>
</div>
</body>
</html>