From 25ec2a9794786ac83fa8ce743078305682d8298d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 30 Dec 2014 16:59:44 +0100 Subject: Work on new town field (with state and department) - work on new UI for files --- .../templates/blocks/JQueryAdvancedTown.html | 99 ++++++++++++++++++++++ .../templates/blocks/JQueryAdvancedTown.js | 1 + 2 files changed, 100 insertions(+) create mode 100644 ishtar_common/templates/blocks/JQueryAdvancedTown.html create mode 100644 ishtar_common/templates/blocks/JQueryAdvancedTown.js (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/blocks/JQueryAdvancedTown.html b/ishtar_common/templates/blocks/JQueryAdvancedTown.html new file mode 100644 index 000000000..78d2d7831 --- /dev/null +++ b/ishtar_common/templates/blocks/JQueryAdvancedTown.html @@ -0,0 +1,99 @@ +{% load i18n %}{% load url from future %} + + {% trans "State" context "Région" %} + + + + + + {% trans "Department" %} + + + + + + + + + diff --git a/ishtar_common/templates/blocks/JQueryAdvancedTown.js b/ishtar_common/templates/blocks/JQueryAdvancedTown.js new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/ishtar_common/templates/blocks/JQueryAdvancedTown.js @@ -0,0 +1 @@ + -- cgit v1.2.3