horizon/horizon/templates
Sam Betts a8eeed91fd Allow forms to disable autofill in all browsers
New variable added to form to specify whether it should autofill or
not. This updates the modal forms autocomplete attribute. Hidden
fields are required because Chromium v34+ based browsers ignore the
autocomplete=off form attribute, so the hidden fields catch autofill
data. Any form without self.no_autocomplete = True will just act
like before.

Conflicts:
	horizon/templates/horizon/common/_modal_form.html
	openstack_dashboard/dashboards/admin/users/forms.py

Change-Id: Ibb1722023eea8f57312e1133939d1f75cd909467
Closes-Bug: 1352459
(cherry picked from commit e79af0ac1e)
2014-09-11 10:16:30 -05:00
..
auth Fix several login template translation issues 2013-09-16 16:28:30 +02:00
horizon Allow forms to disable autofill in all browsers 2014-09-11 10:16:30 -05:00
_header.html Implementing accordion navigation 2014-02-26 14:03:36 -07:00
_stylesheets.html Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
base.html Merge "Implementing accordion navigation" 2014-03-04 01:02:02 +00:00
splash.html Adds meta and head-js partials to head in base.html 2014-02-06 10:01:55 -06:00