Skip to content

Commit 056d389

Browse files
committed
Move Bootstrap templates
Fixes #96
1 parent 066ea6b commit 056d389

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ upcoming: Version 2.0.0
55
- BREAKING: dropped support for Python < 3.6
66
- BREAKING: dropped support for Django < 3.2
77
- DEPRECATION: the module is now called "simple_menu" instead of "menu" (#93)
8+
- BREAKING: when using "simple_menu", the Bootstrap templates are located
9+
inside the "simple_menu" subfolder
810
- Moved CI to GitHub Actions (#67, #72)
911
- Project is now a part of Jazzband (#54)
1012

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../simple_menu/templates/bootstrap-navbar-submenu.html
1+
../../simple_menu/templates/simple_menu/bootstrap-navbar-submenu.html

menu/templates/bootstrap-navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../simple_menu/templates/bootstrap-navbar.html
1+
../../simple_menu/templates/simple_menu/bootstrap-navbar.html

0 commit comments

Comments
 (0)