Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit c65a6ff

Browse files
author
Sam Minton
committed
remove unnecessary icekit_tags from _base.html
1 parent 1ebc8a0 commit c65a6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

icekit/templates/icekit/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% load compress static icekit_tags %}
1+
{% load compress static %}
22

33
{% block doctype %}<!DOCTYPE html>{% endblock %}
44
<html lang="{% block html_lang %}en{% endblock %}" {% block html_attributes %}{% endblock %}>

0 commit comments

Comments
 (0)