mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-16 21:40:24 +00:00
13 lines
377 B
HTML
13 lines
377 B
HTML
{% extends "admin/change_form.html" %}
|
||
{% load i18n %}
|
||
{% block form_top %}
|
||
{% if not is_popup %}
|
||
<p>
|
||
{% translate 'First, enter a username and password. Then, you’ll be able to edit more user options.' %}
|
||
</p>
|
||
{% else %}
|
||
<p>
|
||
{% translate "Enter a username and password." %}
|
||
</p>
|
||
{% endif %}
|
||
{% endblock %}
|