Skip to content

Commit 3de8c84

Browse files
committed
last test
1 parent be397fc commit 3de8c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labapp/app/templates/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200

201201
</script>
202202
<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>
203+
<p><strong id="siteName">{{ config["ce_info"]["site_name"] }}</strong></p>
204204
<img id="statusImage" src="/static/unknown.png" alt="Status" style="width:50px; height:auto;">
205205
</div>
206206
{% endif %}

0 commit comments

Comments
 (0)