{% extends "update/base.html" %} {% block title %}Queue for update: {{ object.title }}{% endblock %} {% block content %}
{% if success %} The update was successfully added to the execution queue. {% else %} The update is already active, and was not queued again. {% endif %}
You may wish to return to the dataset updater page.
{% endblock %}