summaryrefslogtreecommitdiff
path: root/views/jobs.html
diff options
context:
space:
mode:
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"}}