From 5283afe7b0070ea529e7e81f03009fc4f4260162 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 31 Jan 2015 23:15:01 -0800 Subject: [PATCH] hire: add apropos message --- views/hire.moon | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/views/hire.moon b/views/hire.moon index 42d991e..855fe0a 100644 --- a/views/hire.moon +++ b/views/hire.moon @@ -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