make /first page work as designed
This commit is contained in:
parent
3aa986cd7b
commit
307d23e3d2
1 changed files with 1 additions and 1 deletions
2
web.go
2
web.go
|
|
@ -108,7 +108,7 @@ func homepage(w http.ResponseWriter, r *http.Request) {
|
||||||
honks = osmosis(honks, userid, true)
|
honks = osmosis(honks, userid, true)
|
||||||
case "/first":
|
case "/first":
|
||||||
templinfo["PageName"] = "first"
|
templinfo["PageName"] = "first"
|
||||||
honks = gethonksforuser(userid, 0)
|
honks = gethonksforuserfirstclass(userid, 0)
|
||||||
honks = osmosis(honks, userid, true)
|
honks = osmosis(honks, userid, true)
|
||||||
case "/saved":
|
case "/saved":
|
||||||
templinfo["ServerMessage"] = "saved honks"
|
templinfo["ServerMessage"] = "saved honks"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue