mirror of
https://github.com/godotengine/godot-asset-library.git
synced 2026-01-04 14:10:53 +03:00
Changed rejection input to textarea
This commit is contained in:
@@ -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 } ?>
|
||||
|
||||
Reference in New Issue
Block a user