gitea/templates/user/settings
Gerben 2dc6f15eca Don't warn users about *every* dirty form ()
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 .
..
account_link.tmpl Simplify settings pages with item list ()
applications.tmpl Don't warn users about *every* dirty form ()
avatar.tmpl Cleaner ui for admin, repo settings, and user settings page () ()
delete.tmpl Don't warn users about *every* dirty form ()
email.tmpl Use correct transaltion key for delete email button ()
keys.tmpl Rework SSH key management UI to add GPG ()
keys_gpg.tmpl fix gpg expired bug when time is zero ()
keys_ssh.tmpl Refactor struct's time to remove unnecessary memory usage ()
navbar.tmpl Fixed missing end tag for organization link ()
openid.tmpl Fix inconsistencies in user settings ui ()
organization.tmpl Display all organization from user settings ()
profile.tmpl Cleaner ui for admin, repo settings, and user settings page () ()
repos.tmpl Implementation of all repositories of a user from user->settings ()
security.tmpl Spaces to tabs in templates ()
twofa.tmpl Cleaner ui for admin, repo settings, and user settings page () ()
twofa_enroll.tmpl Cleaner ui for admin, repo settings, and user settings page () ()