9 lines
308 B
HTML
9 lines
308 B
HTML
|
|
<form autocomplete="off" onsubmit="event.preventDefault();">
|
||
|
|
<p class="notes">{{hint1}}</p>
|
||
|
|
<p class="notes">{{hint2}}</p>
|
||
|
|
<div class="form-group">
|
||
|
|
<label for="data">{{ localize 'DOCUMENT.ImportSource' }}</label>
|
||
|
|
<input type="file" name="data" accept=".json"/>
|
||
|
|
</div>
|
||
|
|
</form>
|