Skip to content

Commit 210bd0c

Browse files
committed
fix: portal nav not showing logged in state
Requires TACC/Core-CMS#1117
1 parent 1892f2d commit 210bd0c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/tup-cms/src/taccsite_cms/settings_custom.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@
126126
########################
127127

128128
PORTAL_IS_TACC_CORE_PORTAL = False
129+
130+
# IMPORTANT: Requires https://github.com/TACC/Core-CMS/pull/1117
131+
PORTAL_HOSTS_NAV = True
132+
PORTAL_LOADS_NAV = False
133+
129134
PORTAL_HAS_LOGIN = True
130135
PORTAL_HAS_SEARCH = True
131136

0 commit comments

Comments
 (0)