mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-18 01:51:06 +00:00
7 lines
183 B
Text
7 lines
183 B
Text
{% extends 'admin/cms/mail/base.txt' %}
|
|
{% load i18n %}
|
|
|
|
{% block content %}
|
|
{% trans 'Username:' %} {{ user.username }}
|
|
{% trans 'Password:' %} {{ password }}
|
|
{% endblock %}
|