mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-1194 Provide completion and navigation for url tag in django template
Inspection added. TODO: Cover it with tests
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<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