Skip to content

Commit

Permalink
Merge pull request OpenBazaar#1316 from hoffmabc/add-guid-validation
Browse files Browse the repository at this point in the history
Add required to Store GUID modal
  • Loading branch information
hoffmabc committed May 29, 2015
2 parents 9774c81 + 7a7c812 commit 458d76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/partials/modal/addNode.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h3 class="modal-title">Add Store Node</h3>
<form role="form" name="addNodeForm">
<div class="form-group">
<label for="nodeGUID">Store GUID</label>
<input type="text" class="form-control" id="nodeGUID" name="nodeGUID" data-ng-model="newGUID" placeholder="Enter a GUID"/>
<input type="text" class="form-control" id="nodeGUID" name="nodeGUID" data-ng-model="newGUID" placeholder="Enter a GUID" required/>
</div>
</form>

Expand Down

0 comments on commit 458d76b

Please sign in to comment.