gitea/templates
Prasad Katti 30708d9ffe
Fix issue with issue default mail template () ()
Backport 

The mail template rendering was failing with the error -
`...vices/mailer/mail.go:301:composeIssueCommentMessages() [E] ExecuteTemplate [issue/default/body]: template: issue/default:65:10: executing "issue/default" at <.i18n.Tr>: can't evaluate field i18n in type *models.Comment`

The issue was the template variable i18n is available in the outer scope.

Fix 

Co-authored-by: 6543 <6543@obermui.de>
..
admin Ensure that the default visibility is set on the user create page () ()
base Add custom emoji support ()
custom Add footer extra links template ()
explore Issue sidebar and misc css fixes ()
mail Fix issue with issue default mail template () ()
org Rename StaticUrlPrefix to AssetUrlPrefix ()
repo Prevent leave changes dialogs due to autofill fields () ()
shared Remove branch URL before IssueRefURL ()
status Rename StaticUrlPrefix to AssetUrlPrefix ()
swagger Swagger AccessToken fixes () ()
user Add fluid to ui container class to remove margin () ()
home.tmpl Rename StaticUrlPrefix to AssetUrlPrefix ()
install.tmpl Remove utf8 option from installation page ()
post-install.tmpl Rename StaticUrlPrefix to AssetUrlPrefix ()