You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates/admin
Restray 112e425f90
fix(config): remove context on config template (#22096)
👋 Hey
I'm new around here, so I may have done some mistakes, sorry! 

---

## Context
On a fresh Gitea install, when I go to the [config admin
page](http://localhost:3000/admin/config) I had a 500 error page.
The logs:
```
2022/12/10 20:08:47 ...s/context/context.go:232:HTML() [E] [6394d93f] Render failed: template: admin/config:180:22: executing "admin/config" at <.Service.DefaultAllowOnlyContributorsToTrackTime>: DefaultAllowOnlyContributorsToTrackTime has arguments but cannot be invoked as function
2022/12/10 20:08:47 [6394d93f] router: completed GET /admin/config for [::1]:43800, 500 Internal Server Error in 5.1ms @ admin/config.go:99(admin.Config)
```

## The fix

I removed the `$.Context` on the
`.Service.DefaultAllowOnlyContributorsToTrackTime` to fix the 500 error
page happening. It could be a mistake, and I don't fully understand what
I've done!

Signed-off-by: Restray <contact@restray.org>
2 years ago
..
applications Support instance-wide OAuth2 applications (#21335) 2 years ago
auth Localize all timestamps (#21440) 2 years ago
base Optimize html templates (#22080) 2 years ago
emails Optimize html templates (#22080) 2 years ago
org Localize all timestamps (#21440) 2 years ago
packages Allow package version sorting (#21453) 2 years ago
repo Optimize html templates (#22080) 2 years ago
user Localize all timestamps (#21440) 2 years ago
config.tmpl fix(config): remove context on config template (#22096) 2 years ago
cron.tmpl Add whitespace removal inside template curly brackes (#20853) 2 years ago
dashboard.tmpl Refactor `i18n` to `locale` (#20153) 3 years ago
hook_new.tmpl Embed Matrix icon as SVG (#21890) 2 years ago
hooks.tmpl Merge default and system webhooks under one menu (#14244) 4 years ago
monitor.tmpl Refactor `i18n` to `locale` (#20153) 3 years ago
navbar.tmpl Optimize html templates (#22080) 2 years ago
notice.tmpl Rename actions to operations on UI (#22067) 2 years ago
process-row.tmpl Add whitespace removal inside template curly brackes (#20853) 2 years ago
process.tmpl Refactor `i18n` to `locale` (#20153) 3 years ago
queue.tmpl Webhook list enhancements (#21893) 2 years ago
stacktrace-row.tmpl Add whitespace removal inside template curly brackes (#20853) 2 years ago
stacktrace.tmpl Refactor `i18n` to `locale` (#20153) 3 years ago