Skip to content

fix: moved endif statement in home.html to enclose underlying if block

Description

The endif statement on line 283 (now in line 288) in BBBatScale/core/templates/home.html was probably wrong, as it was probably supposed to wrap the underlying end if block which would make more sense.

Fix Details

Moved endif statement from line 283 to line 288

Merge request reports