diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-12-02 14:51:09 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-12-02 14:59:06 +0100 |
| commit | 6dfc238b654c17e2d95a8eff8ac0262498535214 (patch) | |
| tree | e7c44902b0dc74675ae3dda5658fc29c14ec71ba /ishtar_common/templates | |
| parent | 5f12ca50e8273f0215fa0a0a92735ff8c4dd6a84 (diff) | |
| download | Ishtar-6dfc238b654c17e2d95a8eff8ac0262498535214.tar.bz2 Ishtar-6dfc238b654c17e2d95a8eff8ac0262498535214.zip | |
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
Diffstat (limited to 'ishtar_common/templates')
| -rw-r--r-- | ishtar_common/templates/ishtar/wizard/wizard_list_search_result.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} <div class='form'> - <p>{% trans {%trans "PLease note that the file must be processed before :"%} %} {% calculated_deadline %} </p> + <p>{% trans {%trans "Please note that the file must be processed before :"%} %} {% calculated_deadline %} </p> <p>{% trans {%trans "Item successfully saved"%} %}</p> <p>{% trans "You have saved the following informations:" %}</p> |
