Skip to content

Commit

Permalink
Merge pull request #7 from superlogical/master
Browse files Browse the repository at this point in the history
Fix documentation comment
  • Loading branch information
bradrydzewski committed Feb 8, 2014
2 parents 5c306e1 + 2ae8bca commit 994ab19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/handler/admin.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func AdminUserDelete(w http.ResponseWriter, r *http.Request, u *User) error {
return nil
}

// Display a list of ALL users in the system
// Return an HTML form for the User to update the site settings.
func AdminSettings(w http.ResponseWriter, r *http.Request, u *User) error {
// get settings from database
settings := database.SettingsMust()
Expand All @@ -153,7 +153,6 @@ func AdminSettings(w http.ResponseWriter, r *http.Request, u *User) error {
return RenderTemplate(w, "admin_settings.html", &data)
}

// Display a list of ALL users in the system
func AdminSettingsUpdate(w http.ResponseWriter, r *http.Request, u *User) error {
// get settings from database
settings := database.SettingsMust()
Expand Down

0 comments on commit 994ab19

Please sign in to comment.