mirror of
https://github.com/minetest/contentdb.git
synced 2025-03-24 19:02:40 +01:00
Add hint to reason in package removal
This commit is contained in:
@ -24,8 +24,11 @@ Remove {{ package.title }}
|
|||||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
|
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="reason">Reason</label>
|
<label for="reason">{{ _("Reason") }}</label>
|
||||||
<input id="reason" class="form-control" type="text" name="reason" required minlength="5">
|
<input id="reason" class="form-control" type="text" name="reason" required minlength="5">
|
||||||
|
<small class="form-text text-muted">
|
||||||
|
{{ _("Reason for unapproval / deletion, this is shown in the audit log") }}
|
||||||
|
</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a class="btn btn-secondary float-right" href="{{ package.getURL("packages.view") }}">{{ _("Cancel") }}</a>
|
<a class="btn btn-secondary float-right" href="{{ package.getURL("packages.view") }}">{{ _("Cancel") }}</a>
|
||||||
|
Reference in New Issue
Block a user