From 7d2aa560ba859ebb593d34b062bf1faf09c8724c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 18 Oct 2012 17:49:57 +0200 Subject: Djangoization - Major refactoring (step 1) --- ishtar/templates/wizard_delete_done.html | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 ishtar/templates/wizard_delete_done.html (limited to 'ishtar/templates/wizard_delete_done.html') diff --git a/ishtar/templates/wizard_delete_done.html b/ishtar/templates/wizard_delete_done.html deleted file mode 100644 index 854341aa3..000000000 --- a/ishtar/templates/wizard_delete_done.html +++ /dev/null @@ -1,6 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% block content %} -

{%trans "Item successfully deleted"%}

- -{% endblock %} -- cgit v1.2.3