We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be397fc commit 3de8c84Copy full SHA for 3de8c84
labapp/app/templates/base.html
@@ -200,7 +200,7 @@
200
201
</script>
202
<div class="status-box align-items-center bg-light p-2 text-center">
203
- <p><strong id="siteName">{{ config.CE_INFO.site_name }}</strong></p>
+ <p><strong id="siteName">{{ config["ce_info"]["site_name"] }}</strong></p>
204
<img id="statusImage" src="/static/unknown.png" alt="Status" style="width:50px; height:auto;">
205
</div>
206
{% endif %}
0 commit comments