mirror of https://github.com/django/django.git
[4.0.x] Refs #32204 -- Replaced three dots with ellipsis in navigation sidebar template.
Backport of 1bb8200f2f
from main
This commit is contained in:
parent
bc1fa8ebcd
commit
881b6bd135
|
@ -2,7 +2,7 @@
|
||||||
<button class="sticky toggle-nav-sidebar" id="toggle-nav-sidebar" aria-label="{% translate 'Toggle navigation' %}"></button>
|
<button class="sticky toggle-nav-sidebar" id="toggle-nav-sidebar" aria-label="{% translate 'Toggle navigation' %}"></button>
|
||||||
<nav class="sticky" id="nav-sidebar">
|
<nav class="sticky" id="nav-sidebar">
|
||||||
<input type="search" id="nav-filter"
|
<input type="search" id="nav-filter"
|
||||||
placeholder="{% translate 'Start typing to filter...' %}"
|
placeholder="{% translate 'Start typing to filter…' %}"
|
||||||
aria-label="{% translate 'Filter navigation items' %}">
|
aria-label="{% translate 'Filter navigation items' %}">
|
||||||
{% include 'admin/app_list.html' with app_list=available_apps show_changelinks=False %}
|
{% include 'admin/app_list.html' with app_list=available_apps show_changelinks=False %}
|
||||||
</nav>
|
</nav>
|
||||||
|
|
Loading…
Reference in New Issue