mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 17:52:27 +07:00
15 lines
449 B
HTML
15 lines
449 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body>
|
|
<p>
|
|
It's very easy to navigate between the Django templates and referencing views.</p>
|
|
<p>
|
|
To do that, use the icons <img src="images/goto_view_icon.png"/> and <img src="images/goto_template_icon.png"/>
|
|
in the left gutter of the editor.</p>
|
|
<p class="image">
|
|
<img src="images/goto_view.png"></p>
|
|
</body>
|
|
</html>
|