David Saylor commited on
Commit ·
68128db
1
Parent(s): ac3f130
fixed a typo
Browse files
exposure_module/exposure.py
CHANGED
|
@@ -31,6 +31,7 @@ def exp_post():
|
|
| 31 |
time = 24.
|
| 32 |
else:
|
| 33 |
time = float(request.form["exptime"])
|
|
|
|
| 34 |
if exposure != "long-term":
|
| 35 |
TTC = 0.12
|
| 36 |
else:
|
|
|
|
| 31 |
time = 24.
|
| 32 |
else:
|
| 33 |
time = float(request.form["exptime"])
|
| 34 |
+
|
| 35 |
if exposure != "long-term":
|
| 36 |
TTC = 0.12
|
| 37 |
else:
|
exposure_module/templates/exposure_index.html
CHANGED
|
@@ -138,7 +138,7 @@ Density (g/cm<sup>3</sup>): <input name="density" id="density" step="any" value=
|
|
| 138 |
<!-- Assumptions input section -->
|
| 139 |
|
| 140 |
<h3> Assumptions <button type=button class="Info_btn" data-toggle="modal" data-target="#AssumeModal">ⓘ</button> </h3>
|
| 141 |
-
Check all statements below that are applicable to
|
| 142 |
<input type="checkbox" id="assume1" name="assume1" > The clinical use environment does not cause the polymer matrix to swell or degrade.<br>
|
| 143 |
<input type="checkbox" id="assume2" name="assume2" > Any particles/aggregates of the chemical present in the polymer are much smaller than the smallest component dimension (≤ 50x). <br>
|
| 144 |
<input type="checkbox" id="assume3" name="assume3" > The chemical is homogeneously distributed throughout the polymer. <br>
|
|
|
|
| 138 |
<!-- Assumptions input section -->
|
| 139 |
|
| 140 |
<h3> Assumptions <button type=button class="Info_btn" data-toggle="modal" data-target="#AssumeModal">ⓘ</button> </h3>
|
| 141 |
+
Check all statements below that are applicable to the component being evaluated:<br><br>
|
| 142 |
<input type="checkbox" id="assume1" name="assume1" > The clinical use environment does not cause the polymer matrix to swell or degrade.<br>
|
| 143 |
<input type="checkbox" id="assume2" name="assume2" > Any particles/aggregates of the chemical present in the polymer are much smaller than the smallest component dimension (≤ 50x). <br>
|
| 144 |
<input type="checkbox" id="assume3" name="assume3" > The chemical is homogeneously distributed throughout the polymer. <br>
|