Kaydet (Commit) 4524b467 authored tarafından Georg Brandl's avatar Georg Brandl

Fix template syntax.

üst 6c475815
......@@ -8,7 +8,7 @@
{% block extrahead %}
<link rel="shortcut icon" type="image/png" href="{{ pathto('_static/py.png', 1) }}" />
{% if not embedded %}<script type="text/javascript" src="{{ pathto('_static/copybutton.js', 1) }}"></script>{% endif %}
{% if pagename == 'whatsnew/changelog %}
{% if pagename == 'whatsnew/changelog' %}
<script type="text/javascript">
function dofilter() {
var el = document.getElementById('searchbox');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment