gitea/templates/user
JakobDev 85fa954a38
Improve some Forms ()
Don't really know a better name for this. I've gone through some Forms
and added missing HTML attributes (mostly `maxlength`). I tried to fill
the Forms with dummy Data and see if Gitea throws a Error (e.g. maximum
length). If yes, I added the missing HTML attribute.

While working on this, I discovered that the Form to add OAuth2 Apps
just silently fails when filled with invalid data, so I fixed that too.
..
auth Fix OAuth loading state ()
dashboard Remove `In your repositories` link in milestones dashboard ()
notification Rework notifications list ()
overview Add Gitea Profile Readmes ()
settings Improve some Forms ()
code.tmpl Add main landmark to templates and adjust titles ()
heatmap.tmpl Improve template helper ()
profile.tmpl Fix double border and adjust width for user profile page ()
project.tmpl Add context cache as a request level cache ()