We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65a71c commit fb1bd59Copy full SHA for fb1bd59
1 file changed
authtools/forms.py
@@ -35,7 +35,7 @@ class BetterReadOnlyPasswordHashWidget(ReadOnlyPasswordHashWidget):
35
def get_context(self, name, value, attrs):
36
context = super().get_context(name, value, attrs)
37
if any(item.get('value') for item in context['summary']):
38
- context['summary'] = [{'label': '*************'}]
+ context['summary'] = [{'label': gettext('*************')}]
39
return context
40
41
0 commit comments