Merge pull request #39 from dod-ccpo/screen-2-fix
remove an unused template and fix a form bug
This commit is contained in:
commit
4d285e6088
@ -1,24 +0,0 @@
|
||||
{% extends '../requests_new.html.to' %}
|
||||
|
||||
{% block form %}
|
||||
|
||||
form goes here
|
||||
<br>
|
||||
{% if f.errors %}
|
||||
<b>There were some errors</b>
|
||||
{% end %}
|
||||
<hr>
|
||||
{% autoescape None %}
|
||||
{% for e in f.a.errors %}
|
||||
<b>{{ e }}</b>
|
||||
{% end %}
|
||||
<br>
|
||||
a: {{ f.a }}
|
||||
<hr>
|
||||
|
||||
b: {{ f.b }}
|
||||
|
||||
<br>
|
||||
|
||||
{% end %}
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
<h3 id="information-about-you">Information About You</h3>
|
||||
|
||||
<form>
|
||||
<label for="">Name</label>
|
||||
<input id="" name="" type="text">
|
||||
|
||||
@ -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 %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user