mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-20 23:46:26 -04:00
feat(template): added import option in html
This commit is contained in:
parent
516efd2df3
commit
40ede85503
@ -8,7 +8,7 @@
|
||||
<legend><%= translate(locale, "Import") %></legend>
|
||||
|
||||
<div class="pure-control-group">
|
||||
<label for="import_youtube"><%= translate(locale, "Import Invidious data") %></label>
|
||||
<label for="import_invidious"><%= translate(locale, "Import Invidious data") %></label>
|
||||
<input type="file" id="import_invidious" name="import_invidious">
|
||||
</div>
|
||||
|
||||
@ -21,6 +21,11 @@
|
||||
<input type="file" id="import_youtube" name="import_youtube">
|
||||
</div>
|
||||
|
||||
<div class="pure-control-group">
|
||||
<label for="import_youtube_playlist"><%= translate(locale, "Import YouTube playlist") %></label>
|
||||
<input type="file" id="import_youtube_playlist" name="import_youtube_playlist">
|
||||
</div>
|
||||
|
||||
<div class="pure-control-group">
|
||||
<label for="import_freetube"><%= translate(locale, "Import FreeTube subscriptions (.db)") %></label>
|
||||
<input type="file" id="import_freetube" name="import_freetube">
|
||||
|
Loading…
x
Reference in New Issue
Block a user