You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

10 lines
375 B

{% extends "admin/change_form.html" %}
{% load i18n %}
{% block form_top %}
{% if not is_popup %}
{% comment %} <p>{% translate 'First, enter a username and password. Then, you’ll be able to edit more user options.' %}</p> {% endcomment %}
{% else %}
{% comment %} <p>{% translate "You can add the details" %}</p> {% endcomment %}
{% endif %}
{% endblock %}