Skip to content

Commit e88d5a1

Browse files
authored
chore: clean up templates for TACC/Core-CMS#710 (#189)
* chore: move `page_attribute "page_title"` to base Requires: TACC/Core-CMS#710 * chore: remove superfluous code This code says "Render the assets_font block exactly as it would be rendered had I not said anything". So.... just don't say anything.
1 parent 418cbbd commit e88d5a1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

_3dem_cms/templates/fullwidth.html

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

4-
{% block assets_font %}
5-
{{ block.super }}
6-
{% endblock assets_font %}
7-
84
{# To remove container and breadcrumbs #}
95
{% block content %}
106
{% block cms_content %}

0 commit comments

Comments
 (0)