mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
General improvements
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
<form id="location-form">
|
||||
<div class="form-group">
|
||||
<label for="name">Name</label>
|
||||
<input type="text" class="form-control" id="name" name="name" value="<?php if ($mode == 'edit') echo $location->name; ?>" />
|
||||
<input type="text" class="form-control" required id="name" name="name" value="<?php if ($mode == 'edit') echo $location->name; ?>" />
|
||||
<div class="help-block with-errors"></div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="description">Description</label>
|
||||
|
Reference in New Issue
Block a user