31 lines
1.3 KiB
HTML
31 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 Registrierung</h3>
|
|
<p>
|
|
Hallo {{username}},<br />
|
|
Ihre Agentur wurde erstellt. Sie können sich nun hier anmelden und ihre Agentur gestalten:
|
|
<p>
|
|
<a href="https://digitale-agentur.com">https://digitale-agentur.com</a>
|
|
</p>
|
|
<br />
|
|
Ihr Benutzername: {{ username_log }}
|
|
<br />
|
|
Weitere Informationen erhalten Sie in unserem Wiki <a href="https://wiki.digitale-agentur.com/">https://wiki.digitale-agentur.com/</a> oder per E-Mail an support@digitale-agentur.com!
|
|
</p>
|
|
<p>
|
|
Vielen Dank, dass Sie die Plattform <i>Digitale Agentur</i> nutzen!
|
|
<br />
|
|
Mit freundlichen Grüßen
|
|
<br /><br />
|
|
Ihr Team von Digitale Agentur
|
|
</p>
|
|
</body>
|
|
</html>
|
|
{% endautoescape %} |