summaryrefslogtreecommitdiff
path: root/ishtar/__init__.py
blob: 128bebf239905b220b6a586b5398e23d853ad840 (plain)
1
2
3
4
5
# force the retranslation of strings in the registration module
from django.utils.translation import ugettext as _
_("username")
_("email address")