We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a74a3a commit 1a05c2eCopy full SHA for 1a05c2e
javascript/ql/test/query-tests/DOM/TargetBlank/tst.js
@@ -65,4 +65,7 @@ function f() {
65
<a href="{{ url_for('foo.html', 'foo')}}" target="_blank">Example</a>;
66
67
// OK, nunjucks template
68
-<a href="{{ url('foo', query={bla}) }}" target="_blank">Example</a>
+<a href="{{ url('foo', query={bla}) }}" target="_blank">Example</a>;
69
+
70
+// OK, Django application with internal links
71
+<a href="{% url 'admin:auth_user_changelist' %}" target="_blank">Example</a>
0 commit comments