app-MAIL-temp/templates/notification/bounce-reply-phase.html
Carlos Quintana cb7868bdca
Add djlint (#1122)
* Add DJlint configuration

* Initial reformat for djlint

* Add template linting to CI

* Add explanation for HTML template checks in CONTRIBUTING.md
2022-06-29 11:28:26 +02:00

11 lines
331 B
HTML

<div>
This might mean {{ contact.email }}
<ul>
<li>is not a valid email address, or</li>
<li>doesn't exist, or</li>
<li>its mail server refuses your email</li>
</ul>
</div>
<a href="/dashboard/refused_email" class="btn btn-primary">View bounced emails</a>
<div>The email is automatically deleted in 7 days.</div>