Remove the HTML5 validation from the profiler URL search form

We do not have to write a complete URL to do a search.

Only some keywords are necessary.
This commit is contained in:
Sullivan SENECHAL 2018-08-09 14:43:33 +02:00 committed by Nicolas Grekas
parent 441322fdc7
commit bd8c844843
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<div class="form-group">
<label for="url">URL</label>
<input type="url" name="url" id="url" value="{{ url }}">
<input type="text" name="url" id="url" value="{{ url }}">
</div>
<div class="form-group">