diff --git a/ecep_cms/src/taccsite_custom/ecep-cms/templates/page-members-css-old.html b/ecep_cms/src/taccsite_custom/ecep-cms/templates/page-members-css-old.html new file mode 100644 index 00000000..30e41580 --- /dev/null +++ b/ecep_cms/src/taccsite_custom/ecep-cms/templates/page-members-css-old.html @@ -0,0 +1 @@ +{% extends "ecep_cms/templates/snippets/page-members-css-old.html" %} diff --git a/ecep_cms/src/taccsite_custom/ecep-cms/templates/page-members-css.html b/ecep_cms/src/taccsite_custom/ecep-cms/templates/page-members-css.html new file mode 100644 index 00000000..e038fa9c --- /dev/null +++ b/ecep_cms/src/taccsite_custom/ecep-cms/templates/page-members-css.html @@ -0,0 +1 @@ +{% extends "ecep_cms/templates/snippets/page-members-css.html" %} diff --git a/ecep_cms/src/taccsite_custom/ecep-cms/templates/page-members-js-old.html b/ecep_cms/src/taccsite_custom/ecep-cms/templates/page-members-js-old.html new file mode 100644 index 00000000..72179827 --- /dev/null +++ b/ecep_cms/src/taccsite_custom/ecep-cms/templates/page-members-js-old.html @@ -0,0 +1 @@ +{% extends "ecep_cms/templates/snippets/page-members-js-old.html" %} diff --git a/ecep_cms/src/taccsite_custom/ecep-cms/templates/page-members-js.html b/ecep_cms/src/taccsite_custom/ecep-cms/templates/page-members-js.html new file mode 100644 index 00000000..fe32eb02 --- /dev/null +++ b/ecep_cms/src/taccsite_custom/ecep-cms/templates/page-members-js.html @@ -0,0 +1 @@ +{% extends "ecep_cms/templates/snippets/page-members-js.html" %} diff --git a/ecep_cms/src/taccsite_custom/ecep-cms/templates/site-css.html b/ecep_cms/src/taccsite_custom/ecep-cms/templates/site-css.html new file mode 100644 index 00000000..a9a03cf8 --- /dev/null +++ b/ecep_cms/src/taccsite_custom/ecep-cms/templates/site-css.html @@ -0,0 +1 @@ +{% extends "ecep_cms/templates/snippets/site-css.html" %} diff --git a/ecep_cms/src/taccsite_custom/ecep_cms/templates/snippets/site-css.html b/ecep_cms/src/taccsite_custom/ecep_cms/templates/snippets/site-css.html index 5b21d840..085c5985 100644 --- a/ecep_cms/src/taccsite_custom/ecep_cms/templates/snippets/site-css.html +++ b/ecep_cms/src/taccsite_custom/ecep_cms/templates/snippets/site-css.html @@ -1,4 +1,3 @@ {% load static %} -{# TODO: FP-1487: Move this to a templates/*.html that extends a site_cms one #}