{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Done — demo" %}{% endblock %} {% block content %}
{% blocktrans trimmed %} You were redirected here automatically by get_success_url() the moment the operation finished successfully — the operations list was skipped entirely. {% endblocktrans %}
{% endblock %}