Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d3e97f2

Browse filesBrowse files
author
Dmytro Brykovets
authored
Remove junk in Jinja code block
The "<!" before template extension statement is unnecessary and also breaks code highlighting.
1 parent 83d1fd4 commit d3e97f2
Copy full SHA for d3e97f2

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎docs/scenarios/web.rst

Copy file name to clipboardExpand all lines: docs/scenarios/web.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ into the corresponding block in the :file:`base.html` page.
366366

367367
.. code-block:: html
368368

369-
<!{% extends "base.html" %}
369+
{% extends "base.html" %}
370370
{% block content %}
371371
<p class="important">
372372
<div id="content">

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.