Add reason to package removal
This commit is contained in:
@@ -23,6 +23,11 @@ Remove {{ package.title }}
|
||||
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
|
||||
|
||||
<div class="form-group">
|
||||
<label for="reason">Reason</label>
|
||||
<input id="reason" class="form-control" type="text" name="reason" required minlength="5">
|
||||
</div>
|
||||
|
||||
<a class="btn btn-secondary float-right" href="{{ package.getURL("packages.view") }}">{{ _("Cancel") }}</a>
|
||||
|
||||
<input type="submit" name="delete" value="Remove" class="btn btn-danger mr-2" />
|
||||
|
||||
Reference in New Issue
Block a user