great-components 2.6.3__py3-none-any.whl → 2.6.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- great_components/templatetags/great_components.py +5 -6
- {great_components-2.6.3.dist-info → great_components-2.6.4.dist-info}/METADATA +1 -1
- {great_components-2.6.3.dist-info → great_components-2.6.4.dist-info}/RECORD +6 -6
- {great_components-2.6.3.dist-info → great_components-2.6.4.dist-info}/WHEEL +1 -1
- {great_components-2.6.3.dist-info → great_components-2.6.4.dist-info}/LICENSE +0 -0
- {great_components-2.6.3.dist-info → great_components-2.6.4.dist-info}/top_level.txt +0 -0
@@ -292,12 +292,11 @@ class Breadcrumbs(template.Node):
|
|
292
292
|
element.append(link)
|
293
293
|
output_soup.find('ol').append(element)
|
294
294
|
|
295
|
-
#
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
# )
|
295
|
+
# remove tabbing through breadcrumbs
|
296
|
+
output = output_soup.findAll('a')
|
297
|
+
for anchor in output:
|
298
|
+
anchor['tabindex'] = '-1'
|
299
|
+
|
301
300
|
return output_soup.decode(formatter=None)
|
302
301
|
|
303
302
|
|
@@ -633,9 +633,9 @@ great_components/templates/great_components/header_footer/mobile_menu_button.htm
|
|
633
633
|
great_components/templates/great_components/header_footer/search.html,sha256=SVUDiSx23DqsCeR0TBHjNNBsK0rOgclgeddL4ge1Ia4,385
|
634
634
|
great_components/templates/great_components/header_footer/sso_login.html,sha256=IasiMYwuaTDbwpwYa2gLJcEQRIqZcZHGCpeh7Awvw9M,463
|
635
635
|
great_components/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
636
|
-
great_components/templatetags/great_components.py,sha256=
|
637
|
-
great_components-2.6.
|
638
|
-
great_components-2.6.
|
639
|
-
great_components-2.6.
|
640
|
-
great_components-2.6.
|
641
|
-
great_components-2.6.
|
636
|
+
great_components/templatetags/great_components.py,sha256=O_zVpOvZMHwhCpyq4JmmYu_iGwvaFsIP6lDn_ihtOVs,12173
|
637
|
+
great_components-2.6.4.dist-info/LICENSE,sha256=q4QjlbTN37umB_xq3DRmS0qvT2tMO_5_-u0WWzYcDQE,1091
|
638
|
+
great_components-2.6.4.dist-info/METADATA,sha256=p3xJlPySDnS0pbl46zYD7gBv6JVrsIAG38nPLt93zHI,10629
|
639
|
+
great_components-2.6.4.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
640
|
+
great_components-2.6.4.dist-info/top_level.txt,sha256=aI2xcjZzpL8o3QuUGQB5YkqHOknVkFwQOSZQiaNqRHU,22
|
641
|
+
great_components-2.6.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|