digitaleagenturnc/users/templates/users/newusers_email.html

30 lines
1.3 KiB
HTML

{% load i18n %}{% autoescape off %}
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Roboto&display=swap' rel='stylesheet' type='text/css'>
<style>
html {font-family: 'Roboto' !important;}html h6 {font-family: 'Roboto' !important;font-size: 1.0em;}html h5 {font-family: 'Roboto' !important;font-size: 1.1em;}html h4 {font-family: 'Roboto' !important;font-size: 1.3em;}html h3 {font-family: 'Roboto' !important;font-size: 1.5em;}html h2 {font-family: 'Roboto' !important;font-size: 1.7em;}html h1 {font-family: 'Roboto' !important;font-size: 2em;}body p{font-family: 'Roboto' !important;font-size: 0.9; color: #000000;}
</style>
</head>
<body>
<h3>Digitale Agentur | Account</h3>
<hr>
<p>
Hallo {{username}},<br /><br />
für Sie wurde ein Account in der Agentur <b>{{user.profile.agency.name}}</b> erstellt. Bitte gehen Sie auf folgenden Link, um ein Passwort zu erstellen:
<p>
<a href="https://digitale-agentur.com/password-reset">https://digitale-agentur.com/password-reset</a>
</p>
Weitere Informationen erhalten Sie von Ihrem Agenturleiter.
</p>
<p>
Vielen Dank, dass Sie die Plattform <b>Digitale Agentur</b> nutzen!
<br /><br />
Mit freundlichen Grüßen
<br /><br />
Ihr Team von Digitale Agentur
</p>
</body>
</html>
{% endautoescape %}