From afecf7bc9f36e79d6dc7e4df9334634bbe0711bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Mon, 18 Mar 2024 01:49:49 +0100 Subject: [PATCH] Don't hardcode URLs --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 0e41406..1f84bb5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,7 +5,7 @@

Input the URLs of the feeds you wish to archive below. You can add as many as needed, and access them through the website or API. Alternatively, include links to .opml files, and the feeds within will be archived.

-
+ {% csrf_token %}