Skip to content

Commit

Permalink
attempt at working anyhow...
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Jan 30, 2017
1 parent c147cef commit a5a17d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1000cards.moon
Expand Up @@ -57,10 +57,10 @@ class extends lapis.Application
enctype: "multipart/form-data"
}, ->
input type: "text", name: "title", placeholder: "Title"
div class: "artwork"
input type: "text", name: "description", placeholder: "Description"
input type: "number", name: "point_value", placeholder: "100"
input type: "submit", value: "Submit", class: "pure-button", onclick: "artwork.getImage();"
div class: "artwork"

script -> raw "
window.onload = function() {
Expand Down

0 comments on commit a5a17d5

Please sign in to comment.