Pop/Form: Location is textarea now

This commit is contained in:
Frank Schubert
2021-06-29 20:59:49 +02:00
parent 8f4e179315
commit b99cd75df8

View File

@@ -70,7 +70,7 @@
<div class="form-group row">
<label class="col-lg-2 col-form-label" for="location">Standortinfo</label>
<div class="col-lg-10">
<input type="text" class="form-control" name="location" id="name" value="<?=$pop->location?>">
<textarea id="note" class="form-control" name="location" rows="5"><?=$pop->location?></textarea>
</div>
</div>