Skip to content

Commit 6e36f46

Browse files
Show banner under menu
1 parent 8579e1b commit 6e36f46

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

templates/base.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
</head>
1818
<body>
1919
<div id="wrapper">
20-
<div id="top-banner" class="conf">
21-
<a href="http://conf.python.ru/?utm_source=python-ru&amp;utm_medium=banner&amp;utm_campaign=python-ru-top" target="_blank"></a>
22-
</div>
2320
<div class="w1">
2421

2522
{% block header_block %}
2623
{% include 'blocks/header.html' %}
2724
{% endblock %}
25+
<div id="top-banner" class="conf">
26+
<a href="http://conf.python.ru/?utm_source=python-ru&amp;utm_medium=banner&amp;utm_campaign=python-ru-top" target="_blank"></a>
27+
</div>
2828

2929
<main>
3030
{% block main_content %}{% endblock %}

0 commit comments

Comments
 (0)