diff options
-rw-r--r-- | pydis_site/templates/base/base.html | 2 |
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> |