Jan Mühlnikel
commited on
Commit
·
a7d6405
1
Parent(s):
af5e311
enhanced documentation
Browse files- modules/navbar.py +2 -2
modules/navbar.py
CHANGED
@@ -33,7 +33,7 @@ def show_navbar():
|
|
33 |
])
|
34 |
|
35 |
with tab1:
|
36 |
-
|
37 |
|
38 |
with tab2:
|
39 |
-
|
|
|
33 |
])
|
34 |
|
35 |
with tab1:
|
36 |
+
app_matching_page.show_multi_matching_page()
|
37 |
|
38 |
with tab2:
|
39 |
+
app_matching_page.show_single_matching_page()
|