1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-06-27 16:35:57 +00:00

Finish feeds

This commit is contained in:
Unknown 2014-03-15 05:30:59 -04:00
parent 06deed820d
commit 4b8e888437
6 changed files with 44 additions and 24 deletions

View file

@ -97,7 +97,7 @@ func SignOutRequire() martini.Handler {
type FeedsForm struct {
UserId int64 `form:"userid" binding:"Required"`
Offset int64 `form:"offset"`
Page int64 `form:"p"`
}
type UpdateProfileForm struct {