aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/base/base.html
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-10-05 19:30:10 +0200
committerGravatar GitHub <[email protected]>2020-10-05 19:30:10 +0200
commitab20a2f0ec5df75abb641df651b15ca3c0341c0f (patch)
tree69832b8c41cfb29cae312e265e3e3e3ee1f6419b /pydis_site/templates/base/base.html
parentFix content app linting (diff)
parentMerge pull request #405 from python-discord/remove_django_wiki (diff)
Merge branch 'dewikification' into guides-app
Diffstat (limited to 'pydis_site/templates/base/base.html')
-rw-r--r--pydis_site/templates/base/base.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/pydis_site/templates/base/base.html b/pydis_site/templates/base/base.html
index 70426dc1..905d408c 100644
--- a/pydis_site/templates/base/base.html
+++ b/pydis_site/templates/base/base.html
@@ -1,6 +1,5 @@
{# Base template, with a few basic style definitions. #}
{% load django_simple_bulma %}
-{% load sekizai_tags %}
{% load static %}
<!DOCTYPE html>
@@ -34,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 }} -->
@@ -61,6 +59,5 @@
{% include "base/footer.html" %}
{% endblock %}
-{% render_block "js" %}
</body>
</html>