{% extends "frontendadmin/base.html" %} {% comment %} Normally a view would redirect to the last page. After delete from a object in a detail-view, there is no "last page" so we redirect to this unique, shiny success-page. {% endcomment %} {% block frontendadmin_content %}

You object was deleted!

Click the back-button in your browser or go to the frontpage.

{% endblock %}