gitea/templates/user/settings
Gerben 2dc6f15eca Don't warn users about *every* dirty form (#3707)
The choice regarding which forms should or should not trigger a warning
is subjective. I tried to be consistent and not warn about forms that:
 - run an action, rather than edit data: search, send an email.
 - delete data: a warning about losing data would be confusing

Note that forms on sign-in pages were already ignored (using a selector,
rather than an explicit class on the form element).

Fixes #3698.
2018-03-23 22:10:42 +08:00
..
account_link.tmpl
applications.tmpl Don't warn users about *every* dirty form (#3707) 2018-03-23 22:10:42 +08:00
avatar.tmpl
delete.tmpl Don't warn users about *every* dirty form (#3707) 2018-03-23 22:10:42 +08:00
email.tmpl Use correct transaltion key for delete email button (#3422) 2018-01-31 00:31:06 +02:00
keys_gpg.tmpl fix gpg expired bug when time is zero (#3584) 2018-02-26 12:25:45 +02:00
keys_ssh.tmpl Refactor struct's time to remove unnecessary memory usage (#3142) 2017-12-11 06:37:04 +02:00
keys.tmpl
navbar.tmpl Fixed missing end tag for organization link (#3229) 2017-12-19 09:47:30 +02:00
openid.tmpl
organization.tmpl
profile.tmpl
repos.tmpl
security.tmpl Spaces to tabs in templates (#2953) 2017-11-21 13:43:00 +08:00
twofa_enroll.tmpl
twofa.tmpl