hire: add apropos message

This commit is contained in:
Christine Dodrill 2015-01-31 23:15:01 -08:00
parent 6cce475adf
commit 5283afe7b0
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ class Hire extends Widget
content: =>
link rel: "stylesheet", href: "/static/css/hire/main.css"
h1 "Leave Me A Message"
p "This form will send an email to my personal email listing your interest in recruiting me for a job."
div class: "ccd-login-form", ->
form class: "form-signin", method: "POST", action: "/hire", ->
input type: "hidden", name: "csrf_token", value: @csrf_token