Fixed transaction ID edit
This commit is contained in:
parent
3e9746ca22
commit
cd4f13bf8c
2 changed files with 4 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
|||
</div>
|
||||
<div class="form-group">
|
||||
<label for="category-id">Token ID</label>
|
||||
<input id="category-id" type="text" class="form-control" placeholder="Token ID" name="category" value="<%= $category->id %>">
|
||||
<p class="help-block">Do not change the ID unless <strong>absolutely</strong> necessary.</p>
|
||||
<input id="category-id" type="text" class="form-control" placeholder="Token ID" name="id" value="<%= $category->id %>">
|
||||
<p class="help-block">Do not change the ID unless <strong>absolutely</strong> necessary. This will result in an error reading as it can no longer find it from the same ID.</p>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<button class="btn btn-primary form-control" type="submit">Update</button>
|
||||
|
|
Reference in a new issue