{% extends "vault/base.html" %} {% block title %}Storage - {{ project_name }}{% endblock %} {% block content_title %}Storage{% endblock %} {% block content_breadcrumb %} Remove from cache {% endblock %} {% block content %}
{% csrf_token %}
{{ form.urls.label }} {{ form.urls }} {{ form.urls.errors }}
Enter all the URLs you need to remove from cache. One URL per line.
 
{% endblock %}