Commit ecf4a02a authored by Vasyl Bodnaruk's avatar Vasyl Bodnaruk

Delete date field from create and edit job pages

parent 0267501b
......@@ -34,12 +34,6 @@
</div>
</div>
<div class="form-group row">
<label for="name" class="offset-1 col-2 col-form-label"><strong>Date:</strong></label>
<div class="col-6">
<input class="form-control" type="text" placeholder="Select date" id="date" name="date">
</div>
</div>
<div class="form-group row">
<label for="name" class="offset-1 col-8 col-form-label"><strong>Interval:</strong></label>
<div class="offset-1 col-8 mt-4">
......
......@@ -31,12 +31,6 @@
</select>
</div>
</div>
<div class="form-group row">
<label for="name" class="offset-1 col-2 col-form-label"><strong>Date:</strong></label>
<div class="col-6">
<input class="form-control" type="text" placeholder="Select date" id="date" name="date">
</div>
</div>
<div class="form-group row">
<label for="name" class="offset-1 col-8 col-form-label"><strong>Interval:</strong></label>
<div class="offset-1 col-8 mt-4">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment