Skip to content

Commit

Permalink
chore: move page_attribute "page_title" to base
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Aug 29, 2023
1 parent 5197037 commit e6f4cd9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions neuronex_cms/templates/fullwidth.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{% extends "base.html" %}
{% load cms_tags static %}

{% block title %}{% page_attribute "page_title" %}{% endblock title %}

{% block assets_font %}
{{ block.super }}
{% endblock assets_font %}
Expand Down
2 changes: 0 additions & 2 deletions texascale_org/templates/fullwidth.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{% extends "base.html" %}
{% load cms_tags static %}

{% block title %}{% page_attribute "page_title" %}{% endblock title %}

{% block assets_font %}
<link rel="stylesheet" href="https://use.typekit.net/xnr7bof.css">
{% endblock assets_font %}
Expand Down

0 comments on commit e6f4cd9

Please sign in to comment.