fix input type
This commit is contained in:
parent
7828b952be
commit
d440b7f3a7
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<div class="form-group col-md-12 col-sm-12"> <!-- required -->
|
||||
<label class="col-sm-3 control-label" for="callback_path">Callback path</label>
|
||||
<div class="col-sm-9">
|
||||
<input type="number" id="callback_path" required name="callback_path" title="Callback path" class="form-control" placeholder="Callback path">
|
||||
<input type="text" id="callback_path" required name="callback_path" title="Callback path" class="form-control" placeholder="Callback path">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group col-md-12 col-sm-12"> <!-- required -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue