File tree 2 files changed +6
-18
lines changed
2 files changed +6
-18
lines changed Original file line number Diff line number Diff line change 1
- # v3.9.3
2
- FROM taccwma/core-cms:4ef3608
1
+ # v4.4.0
2
+ FROM taccwma/core-cms:42b4a97
3
3
4
4
WORKDIR /code
5
5
Original file line number Diff line number Diff line change 16
16
# DJANGO CMS SETTINGS
17
17
########################
18
18
19
- # CMS_TEMPLATES = (
20
- # ('standard.html', 'Standard'),
21
- # ('fullwidth.html', 'Full Width'),
22
-
23
- # # Portal homepage placeholder
24
- # ('home_portal.html', 'Standard Portal Homepage'),
25
-
26
- # # Portal guide pages
27
- # ('guide.html', 'Guide'),
28
- # ('guides/getting_started.tam.html', 'Guide: Getting Started'),
29
- # # ('guides/getting_started.v2.html', 'Guide: Getting Started'),
30
- # ('guides/data_transfer.html', 'Guide: Data Transfer'),
31
- # ('guides/data_transfer.globus.html', 'Guide: Globus Data Transfer'),
32
- # ('guides/portal_technology.html', 'Guide: Portal Technology Stack'),
33
- # )
19
+ CMS_TEMPLATES = (
20
+ ('standard.html' , 'Standard' ),
21
+ ('fullwidth.html' , 'Full Width' ),
22
+ )
34
23
35
24
########################
36
25
# TACC: BRANDING
70
59
# TACC: PORTAL
71
60
########################
72
61
73
- # Does this CMS site have a portal?
74
62
# INCLUDES_CORE_PORTAL = False
75
63
# INCLUDES_PORTAL_NAV = False
76
64
# INCLUDES_SEARCH_BAR = False
You can’t perform that action at this time.
0 commit comments