Skip to content

Commit

Permalink
fix whitespacing in braces
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Höning <[email protected]>
  • Loading branch information
nhoening committed Jan 15, 2025
1 parent bfb1004 commit 7de4a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexmeasures/ui/templates/crud/asset.html
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ <h5 class="card-title">${sensor.name}</h5>
});
var marker = L
.marker(
[{{ asset.latitude | replace("None", 10) }}, { { asset.longitude | replace("None", 10) } }],
[{{ asset.latitude | replace("None", 10) }}, {{ asset.longitude | replace("None", 10) }}],
{ icon: asset_icon }
).addTo(assetMap);

Expand Down

0 comments on commit 7de4a42

Please sign in to comment.