8000
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 8528ba5 commit 65ce332Copy full SHA for 65ce332
templates/_includes/nav.html
@@ -14,9 +14,7 @@
14
<!-- Collect the nav links, forms, and other content for toggling -->
15
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
16
<ul class="nav navbar-nav">
17
- {% if debug %}
18
- <li><a href="{% url 'doc_home' %}" target="_blank">Doc Home</a></li>
19
- {% endif %}
+ <li><a href="{% if debug %}{% url 'doc_home' %}{% else %}/3/{% endif %}" target="_blank">Doc Home</a></li>
20
</ul>
21
<!-- Right Navbar -->
22
<ul class="nav navbar-nav navbar-right">
0 commit comments