Add grid check to station profiles add/edit as well

This commit is contained in:
phl0
2025-05-02 14:10:46 +02:00
parent c79e28b8d2
commit fd4d55fcee
4 changed files with 31 additions and 12 deletions

View File

@@ -30,7 +30,6 @@
<?php if(validation_errors()) { ?>
<div class="alert alert-danger">
<a class="btn-close" data-bs-dismiss="alert">x</a>
<?php echo validation_errors(); ?>
</div>
<?php } ?>