mirror of
https://github.com/miniflux/v2.git
synced 2025-07-27 17:28:38 +00:00
Import OPML from URL
This commit is contained in:
parent
ac45307da6
commit
d882bbca85
14 changed files with 95 additions and 10 deletions
|
@ -31,4 +31,15 @@
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<form action="{{ route "fetchOPML" }}" method="post" enctype="multipart/form-data">
|
||||
<input type="hidden" name="csrf" value="{{ .csrf }}">
|
||||
|
||||
<label for="form-url">{{ t "form.import.label.url" }}</label>
|
||||
<input type="url" name="url" id="form-url">
|
||||
|
||||
<div class="buttons">
|
||||
<button type="submit" class="button button-primary" data-label-loading="{{ t "form.submit.saving" }}">{{ t "action.import" }}</button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue