models/org_team: fix compile error

This commit is contained in:
Unknwon 2017-02-08 18:18:55 -05:00
parent a2dd9ec2e1
commit ede58ade4c
No known key found for this signature in database
GPG Key ID: 7A02C406FAC875A2

View File

@ -8,6 +8,8 @@ import (
"errors"
"fmt"
"strings"
"github.com/go-xorm/xorm"
)
const OWNER_TEAM = "Owners"