aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-10-04 15:38:02 +0200
committerGravatar Leon Sandøy <[email protected]>2020-10-04 15:38:02 +0200
commit26cbd8a8c71fdab6f80475ebfb84be73f7c8a716 (patch)
tree0ff02da580a52ac750bcfbf657f3a5da8e927d62 /pydis_site
parentRemove wiki template tags. (diff)
Remove render_block tags. These no longer exist.
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/templates/base/base.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/pydis_site/templates/base/base.html b/pydis_site/templates/base/base.html
index ab8c7760..905d408c 100644
--- a/pydis_site/templates/base/base.html
+++ b/pydis_site/templates/base/base.html
@@ -33,7 +33,6 @@
<link rel="stylesheet" href="{% static "css/base/notification.css" %}">
{% block head %}{% endblock %}
- {% render_block "css" %}
</head>
<body class="site">
<!-- Git hash for this release: {{ git_sha }} -->
@@ -60,6 +59,5 @@
{% include "base/footer.html" %}
{% endblock %}
-{% render_block "js" %}
</body>
</html>