summaryrefslogtreecommitdiff
path: root/views/jobs.html
diff options
context:
space:
mode:
authorHorus32015-02-21 14:50:00 +0100
committerHorus32015-02-21 14:50:00 +0100
commitb58e21a525e7e4aeda3ec51bfcb07390af8be465 (patch)
tree9974d885ae2c81052e881e00207677e80d9f6fc7 /views/jobs.html
parentc92989a8fc738094b205094a1bdd458a40c23d9c (diff)
downloadstatuspage-b58e21a525e7e4aeda3ec51bfcb07390af8be465.tar.gz
Index page is now cached.
Diffstat (limited to 'views/jobs.html')
-rw-r--r--views/jobs.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/views/jobs.html b/views/jobs.html
index c0d68ac..9fdcbf7 100644
--- a/views/jobs.html
+++ b/views/jobs.html
@@ -1,9 +1,9 @@
{{template "header.html"}}
{{template "navbar.html"}}
-<form method="post" action="/new">
- <input type="text" name="Url" placeholder="domain">
- <!--input type="text" name="name" placeholder="name">
- <input type="hidden" name="private" value="0"-->
- <input type="submit">
+<form method='post' action='/new'>
+ <input type='text' name='Url' placeholder='domain'>
+ <!--input type='text' name='name' placeholder='name'>
+ <input type='hidden' name='private' value='0'-->
+ <input type='submit'>
</form>
{{template "footer.html"}}