You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/layout.html
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,13 @@
59
59
</div>
60
60
</div>
61
61
</nav>
62
+
{% if not current_version %}
63
+
<divclass="message is-danger">
64
+
<divclass="message-body has-text-centered">
65
+
{{ _("This is the documentation for the current development code. Choose a version from the menu to see documentation for released versions since") }} <strong>v0.7.5</strong>.
0 commit comments