mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-18 04:51:00 +01:00
Bugfix
This commit is contained in:
parent
4a46ea381d
commit
3dde246c1c
@ -156,10 +156,10 @@
|
|||||||
<label>Handle:</label>
|
<label>Handle:</label>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<div class="input-group-prepend"><div class="input-group-text">@</div></div>
|
<div class="input-group-prepend"><div class="input-group-text">@</div></div>
|
||||||
<input style="max-width:237px; padding-left:50px;" class="form-control" name="handle" type="text" />
|
<input style="max-width:237px; padding-left:50px;" class="form-control" name="handle" type="text" required>
|
||||||
</div>
|
</div>
|
||||||
<label>Name:</label>
|
<label>Name:</label>
|
||||||
<input style="max-width:275px;" class="form-control" name="name" type="text" />
|
<input style="max-width:275px;" class="form-control" name="name" type="text" required>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
</div></div><br>
|
</div></div><br>
|
||||||
<input type="hidden" name="_token" value="{{csrf_token()}}">
|
<input type="hidden" name="_token" value="{{csrf_token()}}">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user