File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Key features
1515============
1616
1717- Support of `Bootstrap 5 <https://getbootstrap.com >`_, django CMS 3.8+
18- and the new upcoming major django CMS 4.
18+ and the new major django CMS 4.
1919
2020- **Separation of plugins from css framework **, i.e. no need to
2121 rebuild you site's plugin tree if css framework is changed in the
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ def setup():
9090 "template" : patch_template (template ),
9191 "class" : plugin ,
9292 }
93- else :
93+ else : # pragma: no cover
9494 warnings .warn (
9595 f"Duplicate candidates for {{% plugin \" { tag_name } \" %}} found. "
9696 f"Only registered { plugin_tag_pool [tag_name ]['class' ].__name__ } ." , stacklevel = 1 )
You can’t perform that action at this time.
0 commit comments