binder/binder/templates/bcommon
Daniel Roschka e13b42cd13 Refactors the views used to add and delete records.
Notable changes are:
* Refactored views, utilizing more of Djangos features, resulting in simpler
  code.
* URLs are now the same when initially filling out a form and when editing a
  submitted form which contained errors.
* Instead of a result page showing the response from the DNS server (which is
  now logged using Djangos "logging" functionality) the user is now redirected
  back to the record listing of the current zone when the action was successful
  or stays on the form page when an error occured. Proper success/error
  messages are shown in both cases by utilizing Djangos "messages"
  functionality.
2015-09-05 19:03:21 +02:00
..
add_cname_record_form.html Refactors the views used to add and delete records. 2015-09-05 19:03:21 +02:00
add_record_form.html Refactors the views used to add and delete records. 2015-09-05 19:03:21 +02:00
delete_record.html Refactors the views used to add and delete records. 2015-09-05 19:03:21 +02:00
list_server_zones.html move to bootstrap 3 (3.3.4). fairly significant template update 2015-04-01 21:28:56 -04:00
list_servers.html move to bootstrap 3 (3.3.4). fairly significant template update 2015-04-01 21:28:56 -04:00
list_zone.html Refactors the views used to add and delete records. 2015-09-05 19:03:21 +02:00