djLint/tests/django_admin/admin/auth/user/add_form.html
2021-07-29 13:41:34 -05:00

13 lines
377 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% extends "admin/change_form.html" %}
{% load i18n %}
{% block form_top %}
{% if not is_popup %}
<p>
{% translate 'First, enter a username and password. Then, youll be able to edit more user options.' %}
</p>
{% else %}
<p>
{% translate "Enter a username and password." %}
</p>
{% endif %}
{% endblock %}