You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: views/installation/start.html.twig
+2-3
Original file line number
Diff line number
Diff line change
@@ -70,10 +70,9 @@
70
70
{% ifstep<=2 %}
71
71
<h3>1. First step</h3>
72
72
<formmethod="POST"action="/add-data">
73
-
<p>Put link with json data (items) here (i.e. copy that link <ahref="https://raw.githubusercontent.com/itemsapi/itemsapi-example-data/master/items/movies-processed.json"target="_blank">that</a> here)</p>
73
+
<p>Put link with json data here (i.e. copy that link <ahref="https://raw.githubusercontent.com/itemsapi/itemsapi-example-data/master/items/movies-processed.json"target="_blank">that</a> here)</p>
74
74
<divclass="form-group">
75
-
{#<label for="exampleInputEmail1">Url with json data</label>#}
76
-
<inputtype="text"class="form-control"name="url"value="https://raw.githubusercontent.com/itemsapi/itemsapi-example-data/master/items/movies-processed.json"placeholder="url with json data">
75
+
<inputtype="text"class="form-control"name="url"value="{{ data_url }}"placeholder="url with json data">
0 commit comments