binder/binder
Daniel Roschka ecea7964a1 Improves the rendering of forms and refactors some of their logic.
Changes are:
* Display invalid input in editable input fields instead of adding it to the
  end of the error message. This should improve user experience in case of
  typos etc. where they now can simply edit there previously entered value.
* Use a single variable for form data and form errors, instead of using two.
  Makes the code a bit cleaner.
2015-08-04 20:27:02 +02:00
..
db Enable admin ui 2011-04-10 15:02:33 -04:00
fixtures clean up the keys, down to one key for testing 2012-12-07 07:44:29 -05:00
migrations Merge pull request #23 from Dunedan/add-migrations 2015-04-02 21:55:11 -04:00
static Merge branch 'ship-jquery' of https://github.com/Dunedan/binder into Dunedan-ship-jquery 2015-04-05 07:22:23 -04:00
templates Improves the rendering of forms and refactors some of their logic. 2015-08-04 20:27:02 +02:00
testdata Add integration test for denied zone transfer 2012-12-09 21:22:47 -05:00
tests Merge branch 'responsive-layout' of https://github.com/Dunedan/binder into Dunedan-responsive-layout 2015-07-28 06:16:56 -04:00
__init__.py Enable admin ui 2011-04-10 15:02:33 -04:00
admin.py Fixes some python style issues. 2015-06-13 12:05:42 +02:00
exceptions.py Fixes some python style issues. 2015-06-13 12:05:42 +02:00
forms.py Fixes some python style issues. 2015-06-13 12:05:42 +02:00
helpers.py Fixes some python style issues. 2015-06-13 12:05:42 +02:00
middlewares.py Add global authentication 2015-04-05 21:06:01 +02:00
models.py Fixes some python style issues. 2015-06-13 12:05:42 +02:00
settings.py Resolve merge conflict introduced with recent changes to master. 2015-05-30 18:17:29 +02:00
urls.py Merge branch 'master' into add-global-authentication 2015-07-24 12:14:21 +02:00
views.py Improves the rendering of forms and refactors some of their logic. 2015-08-04 20:27:02 +02:00