admin: avoid HTML button without type
This commit is contained in:
parent
1c09ae2fa8
commit
665fd301c6
17 changed files with 48 additions and 48 deletions
|
|
@ -24,7 +24,7 @@
|
|||
<div class="input-group">
|
||||
<input type="text" class="form-control" id="newName" ng-model="newName" placeholder="{{ my.name }}">
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-info">Valider</button>
|
||||
<button type="submit" class="btn btn-info">Valider</button>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Reference in a new issue