nehalelkaref commited on
Commit
23e10dc
ยท
1 Parent(s): afa5c6d

Update templates/home.html

Browse files
Files changed (1) hide show
  1. templates/home.html +1 -1
templates/home.html CHANGED
@@ -17,7 +17,7 @@
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
 
 
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