aboutsummaryrefslogtreecommitdiffstats
path: root/serve.go
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-09-19 18:41:30 +0200
committerbnewbold <bnewbold@robocracy.org>2012-09-19 18:41:30 +0200
commit7cd921c74d03c2bfe50a326d97bac947660b1b30 (patch)
tree78561ca1fcc0069bdc955dda564dbf0cebb81e00 /serve.go
parentcc783ca52451587a471d109c9d0229c3c21c29b8 (diff)
downloadbommom-7cd921c74d03c2bfe50a326d97bac947660b1b30.tar.gz
bommom-7cd921c74d03c2bfe50a326d97bac947660b1b30.zip
add basic bootstrap styling
Diffstat (limited to 'serve.go')
-rw-r--r--serve.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/serve.go b/serve.go
index df344ce..dedd0a1 100644
--- a/serve.go
+++ b/serve.go
@@ -71,7 +71,6 @@ func userController(w http.ResponseWriter, r *http.Request, user, extra string)
}
context := make(map[string]interface{})
context["BomList"], err = bomstore.ListBoms(ShortName(user))
- context["Email"] = email
context["UserName"] = user
if err != nil {
return