Fix template

pull/1/head
Raphaël Vinot 2017-09-07 16:22:16 +02:00
parent 7f6902d910
commit 9e207290eb
1 changed files with 3 additions and 3 deletions

View File

@ -5,12 +5,12 @@
<div class="container">
<h1>Scrape a page</h1>
<form class="form-inline" role="form" action="scrap" method=post>
<form class="form-inline" role="form" action="scrape" method=post>
<div class="form-group">
URL to scrap: <input type="text" class="form-control" name="url" id=url placeholder="URL to scrap">
URL to scrap: <input type="text" class="form-control" name="url" id=url placeholder="URL to scrape">
Depth: <input type="text" class="form-control" name="depth" id=depth value=1 placeholder="Depth">
</div>
<button type="submit" class="btn btn-default">Scrap</button>
<button type="submit" class="btn btn-default">Scrape</button>
</form>
</div>
{% endblock %}