mirror of
https://github.com/django/django.git
synced 2025-04-14 04:22:21 +00:00
Refs #35742 -- Used curly quote in add user form message.
This commit is contained in:
parent
328488b6ed
commit
dcdba99c90
@ -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…
x
Reference in New Issue
Block a user