Skip to content

Commit

Permalink
minor: messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
mdirolf committed Jan 27, 2012
1 parent 4fb437d commit b9347a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www.py
Expand Up @@ -206,7 +206,7 @@ def repo_create(name, org=None):
send_invite=True)

db.new_list(repo["name"], user["login"], group.id)
flask.flash("Your Gitlist has been created - check your email at '%s'." % user["email"])
flask.flash("Your Gitlist has been created – check your email at '%s'." % user["email"])
return flask.redirect("/")


Expand Down

0 comments on commit b9347a9

Please sign in to comment.