{% extends 'shared/layout.html' %} {% load widget_tweaks %} {% block head %} {% with page_title="Edit bundle - Linkding" %}{{ block.super }}{% endwith %} {% endblock %} {% block content %}

Edit bundle

{% include 'shared/messages.html' %}
{% csrf_token %} {% include 'bundles/form.html' %}
{% endblock %}