Added staff recruitment message

This commit is contained in:
2017-11-30 17:20:15 +01:00
parent 5284698e73
commit a6cfd98ea8
3 changed files with 9 additions and 1 deletions

View File

@ -164,5 +164,5 @@ func Staff(ctx *aero.Context) string {
editors,
}
return ctx.HTML(components.UserLists(userLists))
return ctx.HTML(components.UserLists(userLists) + components.StaffRecruitment())
}