Skip to content

Commit

Permalink
Merge branch 'enhance/CMD-182-design-tokens' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Sep 17, 2024
2 parents 3e27884 + 9beb9ac commit 19c88fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion apps/tup-cms/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY . /code/
RUN npx nx build tup-ui
RUN npx nx build tup-cms-react

FROM taccwma/core-cms:v4.16.1
FROM taccwma/core-cms:v4.17.1

WORKDIR /code

Expand Down
6 changes: 0 additions & 6 deletions apps/tup-cms/src/taccsite_cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@
CMS_TEMPLATES = (
('standard.html', 'Standard'),
('fullwidth.html', 'Full Width'),

('guide.html', 'Guide'),
('guides/getting_started.html', 'Guide: Getting Started'),
('guides/data_transfer.html', 'Guide: Data Transfer'),
('guides/data_transfer.globus.html', 'Guide: Globus Data Transfer'),
('guides/portal_technology.html', 'Guide: Portal Technology Stack'),
)

CMS_PERMISSIONS = True
Expand Down

0 comments on commit 19c88fa

Please sign in to comment.