diff --git a/web/template/footer.tmpl b/web/template/footer.tmpl index 7ff53a549..15ce72e7a 100644 --- a/web/template/footer.tmpl +++ b/web/template/footer.tmpl @@ -5,16 +5,20 @@ Source Code
+ {{ if .instance.ContactAccount }} Contact: {{.instance.ContactAccount.Username}}
+ {{ end }}
+ {{ if .instance.Email }} Email: {{.instance.Email}}
+ {{ end }}
- {{if .javascript}} - {{range .javascript}} - - {{end}} - {{end}} + {{ if .javascript }} + {{ range .javascript }} + + {{ end }} + {{ end }} \ No newline at end of file