diff --git a/src/templates/types.go b/src/templates/types.go index ba4a455a..f8a83d7d 100644 --- a/src/templates/types.go +++ b/src/templates/types.go @@ -41,6 +41,7 @@ func (bd *BaseData) AddImmediateNotice(class, content string) { type Header struct { AdminApprovalQueueUrl string + AdminUrl string // TODO(redesign): Remove this once we get rid of the old header UserProfileUrl string UserSettingsUrl string LogoutUrl string