remove an unused template and fix a form bug
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
<h3 id="information-about-you">Information About You</h3>
|
||||
|
||||
<form>
|
||||
<label for="">Name</label>
|
||||
<input id="" name="" type="text">
|
||||
|
||||
@@ -56,8 +55,8 @@
|
||||
</li>
|
||||
</ul>
|
||||
</fieldset>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<fieldset>
|
||||
<label for="">Latest IA Training completion date</label>
|
||||
@@ -78,10 +77,8 @@
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
</form>
|
||||
|
||||
<h3 id="information-about-your-collaborators">Information About Your Collaborators</h3>
|
||||
<form>
|
||||
<p>Please designate a Contracting Officer that will help you complete this process.</p>
|
||||
<label for="">Name</label>
|
||||
<input id="" name="" type="text">
|
||||
@@ -89,7 +86,6 @@
|
||||
<label for="">Email</label>
|
||||
<input id="" name="" type="text" placeholder="i.e. name@mail.gov">
|
||||
|
||||
</form>
|
||||
|
||||
{% end %}
|
||||
|
||||
|
Reference in New Issue
Block a user