{% extends 'base.html' %} {% load bulma_tags i18n %} {% block title %}{% trans "Subscribe to feed" %}{% endblock %} {% block content_title %}

{% trans "Subscribe to feed" %}

{% endblock content_title %} {% block content %}

Enter the URL of a website or a feed.

{% csrf_token %} {{ form|bulma }} {% if redirect_field_value %} {% endif %}
{% endblock %}