We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0db54a commit cdb5461Copy full SHA for cdb5461
templates/form.html
@@ -19,7 +19,7 @@ <h2> Enter Comment</h2>
19
<form class="form-inline">
20
<div class="form-group">
21
<label class="sr-only" for="nameInput">Name</label>
22
- <input type="text" class="form-control" id="nameInput" placeholder="First Name">
+ <input type="text" class="form-control" id="nameInput" placeholder="Comment">
23
</div>
24
<!-- <button type="submit" class="btn btn-default">Submit</button> -->
25
</form>
0 commit comments