SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 27893672 authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Add reset button to search form

parent 62fa4440
No related branches found
No related tags found
No related merge requests found
......@@ -41,9 +41,10 @@
{{form.end}}
</div>
<div class="form-group">
{# <input type="reset" class="btn btn-danger" value="Reset">#}
<div class="form-group pt-2">
<input type="submit" class="btn btn-primary" value="Search">
<input type="reset" class="btn btn-outline-danger ml-2" value="Reset">
</div>
</form>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment