Skip to content

Commit

Permalink
[frontend] mark the message as successful
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Sep 26, 2016
1 parent 9394ff3 commit 5f07761
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -952,7 +952,7 @@ def build_module(copr, form):

actions_logic.ActionsLogic.send_build_module(copr, mmd.dumps())
db.session.commit()
flask.flash("Modulemd yaml file successfully generated and submitted to build")
flask.flash("Modulemd yaml file successfully generated and submitted to be build", "success")
return flask.redirect(url_for_copr_details(copr))


Expand Down

0 comments on commit 5f07761

Please sign in to comment.