Files
different/django_accounts_app/templates/registration/message.html
T
2021-10-25 18:48:05 +03:00

7 lines
129 B
HTML

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