{% extends "base.html" %} {% block title %}Edit feed · ai-protect{% endblock %} {% block autorefresh %}window.AI_PROTECT_NO_AUTOREFRESH = true;{% endblock %} {% block content %} ← back to feeds

Edit feed

{% if error %}
{{ error }}
{% endif %}
Change the URL and the format will be re-detected on save.
{{ feed.format }} (re-detected automatically if URL changes)
Cancel
{% endblock %}