We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f95f7 commit ab0442bCopy full SHA for ab0442b
netbox/templates/base/layout.html
@@ -166,7 +166,7 @@ <h1 class="h2 w-100">{% block title %}{% endblock title %}</h1>
166
167
<div class="col-sm-12 col-md-auto text-center text-lg-end text-muted">
168
<span class="d-block d-md-inline">{% annotated_now %} {% now 'T' %}</span>
169
- <span class="ms-md-3 d-block d-md-inline">{{ settings.HOSTNAME }} ("v"{{ settings.VERSION }})</span>
+ <span class="ms-md-3 d-block d-md-inline">{{ settings.HOSTNAME }} (v{{ settings.VERSION }})</span>
170
</div>
171
172
0 commit comments