mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 21:27:10 +01:00
cb7868bdca
* Add DJlint configuration * Initial reformat for djlint * Add template linting to CI * Add explanation for HTML template checks in CONTRIBUTING.md
11 lines
331 B
HTML
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>
|