gitea/templates/admin
Tristan Storch 69e332f432 Removed trailing white spaces
Removed trailing whitespaces with

```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```

and some handwork.
..
auth Removed trailing white spaces
org Continue working on new admin pages
repo Continue working on new admin pages
user Continue working on new admin pages
config.tmpl Finish all new admin pages.
dashboard.tmpl Finish new admin users pages
monitor.tmpl Finish all new admin pages.
nav.tmpl Continue working on new admin pages