Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Commit

Permalink
templates/styling: remove base_cms and extra cms header and footer
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzylogic2000 committed Oct 14, 2019
1 parent 8a6ae0c commit f6989f3
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 115 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'base_cms.html' %}
{% extends 'base.html' %}

{% block content %}
<div class="l-wrapper">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'base_cms.html' %}
{% extends 'base.html' %}
{% load wagtailcore_tags %}

{% block content %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "base_cms.html" %}
{% extends "base.html" %}
{% load wagtailcore_tags %}

{% block title %}
Expand Down
2 changes: 1 addition & 1 deletion apps/cms/news/templates/a4_candy_cms_news/news_page.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "base_cms.html" %}
{% extends "base.html" %}
{% load wagtailcore_tags wagtailimages_tags i18n %}

{% block title %}
Expand Down
2 changes: 1 addition & 1 deletion apps/cms/pages/templates/a4_candy_cms_pages/home_page.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "base_cms.html" %}
{% extends "base.html" %}
{% load i18n wagtailcore_tags wagtailimages_tags %}

{% block content %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "base_cms.html" %}
{% extends "base.html" %}
{% load wagtailcore_tags %}

{% block title %}{% if self.seo_title %}{{ self.seo_title }}{% else %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "base_cms.html" %}
{% extends "base.html" %}
{% load static wagtailcore_tags wagtailimages_tags i18n absolute_url %}

{% block title %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "base_cms.html" %}
{% extends "base.html" %}
{% load wagtailcore_tags wagtailimages_tags i18n absolute_url %}

{% block title %}
Expand Down
1 change: 0 additions & 1 deletion liqd_product/templates/base_cms.html

This file was deleted.

67 changes: 0 additions & 67 deletions liqd_product/templates/footer_cms.html

This file was deleted.

39 changes: 0 additions & 39 deletions liqd_product/templates/header_cms.html

This file was deleted.

0 comments on commit f6989f3

Please sign in to comment.