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