mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
remove duplicate type="submit" (#11493)
type="submit" is set two times. so i remove one of them
This commit is contained in:
committed by
GitHub
parent
3169e663d1
commit
9c906a30d8
@ -66,7 +66,7 @@
|
||||
<div class="form-group">
|
||||
@if(!$errors->has('lockout'))
|
||||
<div class="col-md-12" style="margin:8px">
|
||||
<button type="submit" class="btn btn-primary btn-block" name="submit" type="submit">
|
||||
<button type="submit" class="btn btn-primary btn-block" name="submit">
|
||||
<i class="fa fa-btn fa-sign-in"></i> @lang('Submit')
|
||||
</button>
|
||||
</div>
|
||||
|
@ -39,7 +39,7 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="col-md-12">
|
||||
<button type="submit" id="login" class="btn btn-primary btn-block" name="submit" type="submit">
|
||||
<button type="submit" id="login" class="btn btn-primary btn-block" name="submit">
|
||||
<i class="fa fa-btn fa-sign-in"></i> @lang('Login')
|
||||
</button>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user