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 d6825ee commit b598e80Copy full SHA for b598e80
Web/templates/simple/_/layout.tx
@@ -97,7 +97,7 @@
97
<div class="card-body">
98
<form method="post" action="[% $c.url_for( 'do_new_blog' ) %]">
99
<div class="input-group">
100
- <input class="form-control" type="text" placeholder="https://..." aria-label="Enter url" aria-describedby="button-add" />
+ <input class="form-control" name="url" type="text" placeholder="https://..." aria-label="Enter url" aria-describedby="button-add" />
101
<button class="btn btn-primary" id="button-add" type="submit">Suggest Blog</button>
102
</div>
103
</form>
0 commit comments