mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Django inspection HTMLs moved to appropriate place
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user