Skip to content

Commit

Permalink
Fixed the approve and reject buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
David Davis committed May 14, 2011
1 parent ad62299 commit ee358ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/foreclojure/problems.clj
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
[:div.message
[:span#message-text (session/flash-get :message)]]
(render-golf-score)]
(form-to [:post *url*]
(form-to {:id "run-code"} [:post *url*]
[:br]
[:br]
[:p#instruct "Code which fills in the blank: "]
Expand Down

0 comments on commit ee358ad

Please sign in to comment.