We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78bbded commit be481c9Copy full SHA for be481c9
templates/header/topbar_begin.html
@@ -10,7 +10,7 @@
10
<div class="container">
11
<div class="pure-menu pure-menu-horizontal" role="navigation" aria-label="Main navigation">
12
<form action="/releases/search" method="GET"
13
- class="landing-search-form-nav {% if not is_latest_version %}not-latest{% endif %}">
+ class="landing-search-form-nav {% if is_latest_version is defined and not is_latest_version %}not-latest{% endif %}">
14
{# The search bar #}
15
<div id="search-input-nav" class="pure-menu-right">
16
<label for="nav-search">
0 commit comments