diff options
| author | Horus3 | 2015-02-21 14:50:00 +0100 |
|---|---|---|
| committer | Horus3 | 2015-02-21 14:50:00 +0100 |
| commit | b58e21a525e7e4aeda3ec51bfcb07390af8be465 (patch) | |
| tree | 9974d885ae2c81052e881e00207677e80d9f6fc7 /views/jobs.html | |
| parent | c92989a8fc738094b205094a1bdd458a40c23d9c (diff) | |
| download | statuspage-b58e21a525e7e4aeda3ec51bfcb07390af8be465.tar.gz | |
Index page is now cached.
Diffstat (limited to 'views/jobs.html')
| -rw-r--r-- | views/jobs.html | 10 |
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"}} |
