Browse Source

Minor changes navigationbar and theme update (documentation only)

master
Dirk Alders 2 months ago
parent
commit
154896f948
2 changed files with 2 additions and 1 deletions
  1. 1
    0
      pages/context.py
  2. 1
    1
      themes

+ 1
- 0
pages/context.py View File

@@ -53,6 +53,7 @@ def navigationbar(context, request, caller_name, **kwargs):
53 53
     while len(path) > 0 and path != os.path.sep:
54 54
         bar.append_entry(*navigation_entry_parameters(request, path))
55 55
         path = os.path.dirname(path)
56
+    bar.append_entry(*empty_entry_parameters(request))
56 57
     add_back_menu(request, bar)
57 58
     finalise_bar(request, bar)
58 59
 

+ 1
- 1
themes

@@ -1 +1 @@
1
-Subproject commit 13a8d8ebc4c82d2000af4464b863cf3b38a7a1fe
1
+Subproject commit 261ef5048efb4bd204a4ddbe56a90f96cd767ba1

Loading…
Cancel
Save