Skip to content

Commit be397fc

Browse files
committed
test
1 parent 3100d83 commit be397fc

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">Loading...</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)