We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8579e1b commit 6e36f46Copy full SHA for 6e36f46
1 file changed
templates/base.html
@@ -17,14 +17,14 @@
17
</head>
18
<body>
19
<div id="wrapper">
20
- <div id="top-banner" class="conf">
21
- <a href="http://conf.python.ru/?utm_source=python-ru&utm_medium=banner&utm_campaign=python-ru-top" target="_blank"></a>
22
- </div>
23
<div class="w1">
24
25
{% block header_block %}
26
{% include 'blocks/header.html' %}
27
{% endblock %}
+ <div id="top-banner" class="conf">
+ <a href="http://conf.python.ru/?utm_source=python-ru&utm_medium=banner&utm_campaign=python-ru-top" target="_blank"></a>
+ </div>
28
29
<main>
30
{% block main_content %}{% endblock %}
0 commit comments