Skip to content

Commit

Permalink
Merge pull request #38 from Guard13007/patch-3
Browse files Browse the repository at this point in the history
fix?
  • Loading branch information
TangentFoxy committed Jul 19, 2016
2 parents 2507d29 + c1d72a5 commit 4ff4d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ksp.moon
Expand Up @@ -9,7 +9,7 @@ class extends lapis.Application
GET: =>
@html ->
form {
action: @url_for "submit_planes" --this might break!
action: @url_for "ksp_submit_planes" --this might break!
method: "POST"
enctype: "multipart/form-data"
}, ->
Expand Down

0 comments on commit 4ff4d7b

Please sign in to comment.