You can now upload .opml files
This commit is contained in:
parent
e24413603c
commit
2c60f0aab7
7 changed files with 417 additions and 201 deletions
|
|
@ -13,7 +13,13 @@
|
|||
<button type="submit">Add feeds</button>
|
||||
</form>
|
||||
<br>
|
||||
<br>
|
||||
<p>You can also upload .opml files containing the feeds you wish to archive:</p>
|
||||
<form enctype="multipart/form-data" method="post" action="/upload_opml">
|
||||
{% csrf_token %}
|
||||
<input type="file" name="file" id="file" accept=".opml" required>
|
||||
<button type="submit">Upload OPML</button>
|
||||
</form>
|
||||
<hr>
|
||||
<details>
|
||||
<summary>What are web feeds?</summary>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue