{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Done — demo" %}{% endblock %} {% block content %}

✓ {% trans "Custom success page" %}

{% blocktrans trimmed %} You were redirected here automatically by get_success_url() the moment the operation finished successfully — the operations list was skipped entirely. {% endblocktrans %}

{% trans "Back to demos" %}

{% endblock %}