Skip to content

Commit f208d27

Browse files
authored
refactor: no need to redefine title block (#203)
1 parent d39fbae commit f208d27

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

_3dem_cms/templates/fullwidth.html

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{% extends "base.html" %}
22
{% load cms_tags static %}
33

4-
{% block title %}{% page_attribute "page_title" %}{% endblock title %}
5-
64
{% block assets_font %}
75
{{ block.super }}
86
{% endblock assets_font %}

texascale_cms/templates/fullwidth.html

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{% extends "base.html" %}
22
{% load cms_tags static %}
33

4-
{% block title %}{% page_attribute "page_title" %}{% endblock title %}
5-
64
{% block assets_font %}
75
<link rel="stylesheet" href="https://use.typekit.net/xnr7bof.css">
86
{% endblock assets_font %}

0 commit comments

Comments
 (0)