Skip to content

Instantly share code, notes, and snippets.

@Kalaborative
Created November 1, 2016 21:31
Show Gist options
  • Save Kalaborative/46f61a241e931786e70aadc2d988ca11 to your computer and use it in GitHub Desktop.
Save Kalaborative/46f61a241e931786e70aadc2d988ca11 to your computer and use it in GitHub Desktop.
Snippet from 'index.html'
<form class="form-horizontal" action="{{ url_for('show_tweets') }}" method="POST">
<fieldset>
<div class="form-group">
<div class="input-group">
<span class="input-group-addon"><span class="glyphicon glyphicon-comment"></span></span>
<input type="text" class="form-control" placeholder="Enter a topic..." name="qtops">
<span class="input-group-btn">
<button type="submit" class="btn btn-primary">Livestream</button>
</span>
</div>
</div>
</fieldset>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment