mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed ReadOnlyPasswordHashWidget's template for RTL languages.
This commit is contained in:
committed by
Mariusz Felisiak
parent
974942a750
commit
fdf0f62521
@@ -1,5 +1,5 @@
|
||||
<div{% include 'django/forms/widgets/attrs.html' %}>
|
||||
{% for entry in summary %}
|
||||
<strong>{{ entry.label }}</strong>{% if entry.value %}: {{ entry.value }}{% endif %}
|
||||
<strong>{{ entry.label }}</strong>{% if entry.value %}: <bdi>{{ entry.value }}</bdi>{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user