Commit Graph

68 Commits

Author SHA1 Message Date
5cc0b7cdc1 Use latest form text
* Take the opportunity to reformat the source to not have so many hugely long lines.
* Put a few things through gettext that weren't going through it before
* Move 'Hold down Ctrl to select multiple files at once.' text to widget, out of
  help text for each individual control.
2019-04-07 16:08:09 +01:00
ed399e8379 Some suggested translation updates 2019-03-18 17:07:15 +00:00
71a223ccf3 Try again with image URL 2018-12-02 03:22:55 +00:00
12ef9ed774 Get map markers working again 2018-12-02 03:13:38 +00:00
23c1279f61 Update case study display 2018-12-02 00:31:26 +00:00
e1ff5b64cf Make conditional form logic more terse 2018-11-26 23:56:58 +00:00
8745800af6 Add note about writing policy/technology analysis 2018-11-26 23:35:29 +00:00
4e86794a6c Some design improvements 2018-11-26 23:32:31 +00:00
04b8ae7bf9 Implement Tom's emailed suggestions 2018-11-26 22:34:06 +00:00
d914ffab49 Clean up form hiding/showing logic 2018-11-26 18:10:25 +00:00
9384b6c9cb Through to the end 2018-11-25 13:48:52 +00:00
d87604c6bd Through row 140 2018-11-24 21:09:35 +00:00
2fb4f8771c Through row 116 2018-11-24 18:30:58 +00:00
857634d1f1 Through to row 101 2018-11-24 17:58:08 +00:00
5c4e9c330d Through to row 87 2018-11-24 16:54:39 +00:00
acfbb513de Add points of interest
Do a bunch of refactoring in the process.  Current display on homepage
is a little shonky but that can be improved when there is something
using it.
2018-10-13 01:44:03 -04:00
ac9090788a Comment out non-working point of interest link 2018-10-12 20:29:31 -04:00
a784ddad4f Move some utility classes into a shared location 2018-10-12 20:00:55 -04:00
b0aea72c12 Redesign form selector screen 2018-10-12 19:51:59 -04:00
4dc3acb1f9 Move some things around in prep for more than one form 2018-10-12 18:50:51 -04:00
Naomi
7e7d1d1d8a Updated how the form jumps to errors on reload
It was inserting "#undefined" when there was no error
2018-10-03 20:13:38 +01:00
Naomi
a467062fe1 Form now jumps to first error (if any) when it reloads
even if on a different tab.
2018-09-20 12:59:47 +01:00
Carl van Tonder
c1e8762287 Avoid JS map crash on missing images 2018-06-18 15:28:38 -04:00
Carl van Tonder
c32ddf1abb Fix CaseStudy serialisation..
..by ensuring CS images are serialised correctly
2018-05-30 14:21:48 -04:00
Carl van Tonder
8a8eccaeaa Make "land ownership details" visible always
Closes #71
2018-05-26 11:36:44 -04:00
f4c21006de Add AJAX file delete support and upload notifications, make UI nicer 2018-04-26 18:03:04 +10:00
Carl van Tonder
935af1355b Further work on multi-file-upload 2018-04-23 01:15:33 -04:00
Carl van Tonder
f8695fae3c Make welcome text translatable 2018-04-19 13:01:16 -04:00
0758b6e223 Oops, I removed a line I shouldn't have from 677f6a85a 2018-04-16 14:33:07 +10:00
677f6a85a9 Add coordinates autocomplete widget & data (#32)
Just tweaks based on what Carl had already written in dce53630 and b97d421a
2018-04-16 14:27:13 +10:00
a171fb6d14 Add hello overlay (closes #17) 2018-04-16 12:59:48 +10:00
15c3d3c4a2 Hide draft restore prompt on successful save (#52) 2018-04-16 11:02:10 +10:00
a41df71793 Delete draft when submitting case study (#52) 2018-04-16 11:02:10 +10:00
054668e1e8 Add i18n support to form saving code (#52) 2018-04-16 10:57:31 +10:00
4390edde03 Don't display draft restore prompt after a failed submit attempt (#52) 2018-04-16 10:48:36 +10:00
ee88a3160e Get location field integrating with form saving/loading (#52) 2018-04-16 10:23:06 +10:00
c8d74a8351 Hide and show negative case reasons 'other' field appropriately, closes #44 2018-04-15 22:10:05 +10:00
087eb1b1c5 Require high zoom level to select project location, closes #56 2018-04-15 21:48:03 +10:00
e5235fb871 Move save button to bottom of screen pending better design (#52) 2018-04-14 21:57:12 +10:00
b424c06602 Add footer block to all pages by default 2018-04-14 21:46:01 +10:00
adbd550239 Add draft restore prompt (#52) 2018-04-14 21:41:01 +10:00
1dd2e4f316 Add the formsaver module tied into nice UI for data saving (#52) 2018-04-14 20:28:05 +10:00
Carl van Tonder
490e6706d9 Revert "Autocomplete from GIS list of CRSs.."
This reverts commit dce53630f7.
2018-04-04 18:02:33 -04:00
Carl van Tonder
dce53630f7 Autocomplete from GIS list of CRSs..
..using django-autocomplete-light, in both the admin area and the
end-user form

Closes #32
2018-04-04 15:28:08 -04:00
Carl van Tonder
f19f501684 Make sure showing/hiding works on page load
Fixes #53
2018-04-04 13:12:00 -04:00
Carl van Tonder
6add9a10aa Fix page title on case study form page 2018-04-04 13:07:09 -04:00
e4f4a5e73b Add non-indigenous people list, as per client request 2018-03-31 22:38:30 +11:00
9ab6366d37 Prettify map pin popups. Closes #18. 2018-03-31 22:12:06 +11:00
ee440617d9 Delete trailing spaces and rogue newlines 2018-03-31 21:05:09 +11:00
fafb475869 Fiddle with form layout a bit to add coherence 2018-03-31 21:00:43 +11:00