Django inspection HTMLs moved to appropriate place

This commit is contained in:
Ilya.Kazakevich
2014-04-24 02:27:32 +04:00
parent 1ed8715009
commit 0d16248d2a
2 changed files with 0 additions and 16 deletions
@@ -1,8 +0,0 @@
<html>
<body>
<span style="font-family: verdana,serif;">
Django inspection that checks template code for django version compatibility.
Notable example is <code>url</code> tag whose first parameter should be in quotes since Django 1.5
</span>
</body>
</html>
@@ -1,8 +0,0 @@
<html>
<body>
<span style="font-family: verdana,serif;">
Django inspection that checks "<code>{% url %}</code>" tag for required arguments.
It ensures that all arguments are passed correctly.
</span>
</body>
</html>