summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/wizard/wizard_delete_done.html
blob: 854341aa32f1add88a493d2d35bde4789ffd8fd2 (plain)
1
2
3
4
5
6
{% extends "base.html" %}
{% load i18n %}
{% block content %}
<p>{%trans "Item successfully deleted"%}</p>
</div>
{% endblock %}