Changed rejection input to textarea

This commit is contained in:
Gramps
2023-05-06 14:23:34 -05:00
parent e59fb73f20
commit 31fdab846a

View File

@@ -201,7 +201,7 @@ $preview_field_names = [
<button type="submit" class="btn btn-danger">Reject</button>
<div class="form-group panel">
<label class="control-label" for="reason" required>Reason:</label>
<input type="text" class="form-control" id="reason" name="reason">
<textarea class="form-control" id="reason" name="reason"></textarea>
</div>
</form>
<?php } ?>