gitea/templates
Tohka 8db3bdc683 Fix home page template regression (#5102)
Commit 7bb4d610e5 tries to take the app_name from the locale, however, it is a user defined setting. This causes the app name to simply display as `app_name` instead of the correct value.

templates/helper.go automatically injects the AppName variable into every template, so we can safely use that instead.

Signed-off-by: Daniel Derzsi <daniel@tohka.us>
2018-10-18 21:07:30 +08:00
..
admin
base
custom
explore
mail
org
repo
status
swagger Add support for search by uid (#4876) 2018-10-18 16:44:51 +08:00
user
home.tmpl Fix home page template regression (#5102) 2018-10-18 21:07:30 +08:00
install.tmpl