added alts box to blacklist

This commit is contained in:
2019-12-01 03:35:48 -06:00
parent 43e5ca50a6
commit 9c927e025d

View File

@@ -10,6 +10,10 @@
{{ Form::label('reason', 'Reason') }}
{{ Form::textarea('reason', '', ['class' => 'form-control', 'placeholder' => 'Just another antiquated dev.']) }}
</div>
<div class="form-group">
{{ Form::label('alts', 'Known Alts') }}
{{ Form::textarea('alts', '', ['class' => 'form-control']) }}
</div>
{{ Form::submit('Submit', ['class' => 'btn btn-primary']) }}
{!! Form::close() !!}
</div>