pppepito86 / smg

2 stars 0 forks source link

Teachers can't rejudge #68

Closed MarinShalamanov closed 6 years ago

MarinShalamanov commented 6 years ago

Teachers are not allowed to rejudge, but they should be able to

func (h *RejudgeHandler) Execute() error { if h.User.RoleName != "admin" { return nil }