diff --git a/README.rst b/README.rst index edf54c5c8..9772a9db4 100644 --- a/README.rst +++ b/README.rst @@ -84,7 +84,7 @@ For instance, edit the "donate.html" file in this directory. We can derive the c .. code-block:: mako <%page expression_filter="h"/> - <%! from django.utils.translation import ugettext as _ %> + <%! from django.utils.translation import gettext as _ %> <%inherit file="../main.html" /> <%block name="pagetitle">${_("Donate")}