1
0
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:
Claude Paroz 2024-10-25 21:06:31 +02:00 committed by Ryan Cheley
parent 328488b6ed
commit dcdba99c90

View File

@ -3,7 +3,7 @@
{% block form_top %}
{% if not is_popup %}
<p>{% translate "After you've created a user, youll be able to edit more user options." %}</p>
<p>{% translate "After youve created a user, youll be able to edit more user options." %}</p>
{% endif %}
{% endblock %}
{% block extrahead %}