diff --git a/python/resources/inspectionDescriptions/DjangoIncompatibleInspection.html b/python/resources/inspectionDescriptions/DjangoIncompatibleInspection.html deleted file mode 100644 index e2f7fc06b5db..000000000000 --- a/python/resources/inspectionDescriptions/DjangoIncompatibleInspection.html +++ /dev/null @@ -1,8 +0,0 @@ - -
- -Django inspection that checks template code for django version compatibility. - Notable example isurl tag whose first parameter should be in quotes since Django 1.5
-
-
-
\ No newline at end of file
diff --git a/python/resources/inspectionDescriptions/DjangoUrlArgumentsInspection.html b/python/resources/inspectionDescriptions/DjangoUrlArgumentsInspection.html
deleted file mode 100644
index fef07306b84a..000000000000
--- a/python/resources/inspectionDescriptions/DjangoUrlArgumentsInspection.html
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-Django inspection that checks "{% url %}" tag for required arguments.
-It ensures that all arguments are passed correctly.
-
-
-
\ No newline at end of file