From 6326867adb72dd9ded160769ef09e77b2e482784 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 2 Dec 2013 14:51:09 +0100 Subject: Manage document template * ooo_replace: generate a document by mapping ooo variables with a given dict * DocumentTemplate model: store templates associated with a type of objects * get_values method: generate a dict of value from a model * new form/view to generate document from administrativ acts --- ishtar_common/templates/ishtar/wizard/wizard_list_search_result.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/wizard/wizard_list_search_result.html b/ishtar_common/templates/ishtar/wizard/wizard_list_search_result.html index c6be97b64..aca1798d9 100644 --- a/ishtar_common/templates/ishtar/wizard/wizard_list_search_result.html +++ b/ishtar_common/templates/ishtar/wizard/wizard_list_search_result.html @@ -3,7 +3,7 @@ {% block content %}
-

{% trans {%trans "PLease note that the file must be processed before :"%} %} {% calculated_deadline %}

+

{% trans {%trans "Please note that the file must be processed before :"%} %} {% calculated_deadline %}

{% trans {%trans "Item successfully saved"%} %}

{% trans "You have saved the following informations:" %}

-- cgit v1.2.3