Spaces:
Runtime error
Runtime error
nehalelkaref
commited on
Commit
โข
d7cad24
1
Parent(s):
34a20d8
Update templates/home.html
Browse files- templates/home.html +4 -1
templates/home.html
CHANGED
@@ -16,8 +16,11 @@
|
|
16 |
<textarea name="comment" required="true" rows="1" cols="40"></textarea>
|
17 |
<br>
|
18 |
<input type="submit" value="ุตูููู" class="button-89">
|
19 |
-
<div id="output"
|
|
|
20 |
<p class="output-statement">{{output}}</p>
|
|
|
|
|
21 |
</div>
|
22 |
</form>
|
23 |
</div>
|
|
|
16 |
<textarea name="comment" required="true" rows="1" cols="40"></textarea>
|
17 |
<br>
|
18 |
<input type="submit" value="ุตูููู" class="button-89">
|
19 |
+
<div id="output">
|
20 |
+
{% if {{ output }} == "GULF": %}
|
21 |
<p class="output-statement">{{output}}</p>
|
22 |
+
{% endif %}
|
23 |
+
|
24 |
</div>
|
25 |
</form>
|
26 |
</div>
|