forked from forgejo/forgejo
#1080: Remove footer ads/branding from default template
This commit is contained in:
parent
ade343f6dc
commit
2bb982dada
10 changed files with 23 additions and 8 deletions
|
@ -209,6 +209,7 @@ func Contexter() macaron.Handler {
|
|||
ctx.Data["CsrfTokenHtml"] = template.HTML(`<input type="hidden" name="_csrf" value="` + x.GetToken() + `">`)
|
||||
|
||||
ctx.Data["ShowRegistrationButton"] = setting.Service.ShowRegistrationButton
|
||||
ctx.Data["ShowFooterBranding"] = setting.ShowFooterBranding
|
||||
|
||||
c.Map(ctx)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue