mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Changed IDE to Visual Studio code and minor style changes
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
<div class="form-group">
|
||||
<label for="name">Name</label>
|
||||
<input type="text" class="form-control" required id="name" name="name" value="<?php if ($mode == 'edit') echo $quantityunit->name; ?>" />
|
||||
<input type="text" class="form-control" required id="name" name="name" value="<?php if ($mode == 'edit') echo $quantityunit->name; ?>">
|
||||
<div class="help-block with-errors"></div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user