Skip to content

Commit

Permalink
test(demdata): irregular-links via core-styles (#259)
Browse files Browse the repository at this point in the history
* test(ecep): irregular-links via core-styles

* Revert "test(ecep): irregular-links via core-styles"

This reverts commit 2b3c96e.

* test(demdata): CMS v4+

* test(demdata): irregular-links via core-styles

* fix(demdata): irregular-links via core-styles
  • Loading branch information
wesleyboar committed Jan 6, 2024
1 parent 69be462 commit 6c1545a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 31 deletions.
4 changes: 2 additions & 2 deletions demdata_cms/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TACC/Core-CMS#v3.12.0-beta.2
FROM taccwma/core-cms:55db2ed
# TACC/Core-CMS#782 (v4.4.0+)
FROM taccwma/core-cms:c82d56f

WORKDIR /code

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<link rel="stylesheet" href="/static/site_cms/css/build/core-styles.theme.has-dark-logo.css" />

{% include './snippets/from-ecep-cms/site-css-links.html' %}
{% include './snippets/from-tup-cms/css-elements-monospace.html' %}
{% include './snippets/from-tup-cms/css-elements-address.html' %}
{% include './snippets/from-tup-cms/css-elements-body.html' %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{% extends "fullwidth.html" %}
{% load cms_tags %}

{% block page_type_class %}s-irregular-links{% endblock page_type_class %}

{% block assets_custom %}
{{ block.super }}

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{% extends "standard.html" %}
{% load cms_tags %}

{% block page_type_class %}s-irregular-links{% endblock page_type_class %}

{% block assets_custom %}
{{ block.super }}

Expand Down

0 comments on commit 6c1545a

Please sign in to comment.