mirror of
https://github.com/django/django.git
synced 2024-11-24 20:07:01 +01:00
Refs #35742 -- Used curly quote in add user form message.
This commit is contained in:
parent
b5669f08bc
commit
43287cbb87
@ -3,7 +3,7 @@
|
||||
|
||||
{% block form_top %}
|
||||
{% if not is_popup %}
|
||||
<p>{% translate "After you've created a user, you’ll be able to edit more user options." %}</p>
|
||||
<p>{% translate "After you’ve created a user, you’ll be able to edit more user options." %}</p>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% block extrahead %}
|
||||
|
Loading…
Reference in New Issue
Block a user