diff --git a/cookbook/templates/index.html b/cookbook/templates/index.html index 6ebb492fa..fc289a053 100644 --- a/cookbook/templates/index.html +++ b/cookbook/templates/index.html @@ -1,5 +1,4 @@ {% extends "base.html" %} -{% load django_tables2 %} {% load crispy_forms_tags %} {% load static %} {% load i18n %}