Files
different/django_accounts_app/templates/registration/message.html

7 lines
129 B
HTML

<!doctype html>
<body>
<div>
<p style="color: green">Добро пожаловать, {{ username }}!</p>
</div>
</body>