OzoneAsai commited on
Commit
4400e3c
·
verified ·
1 Parent(s): c67882f

Update templates/portal.html

Browse files
Files changed (1) hide show
  1. templates/portal.html +1 -0
templates/portal.html CHANGED
@@ -13,6 +13,7 @@
13
  <li><a href="{{ url_for('index', set='A', index=0) }}">Set A - Plastics</a></li>
14
  <li><a href="{{ url_for('index', set='B', index=0) }}">Set B - Renewable Energy</a></li>
15
  <li><a href="{{ url_for('index', set='C', index=0) }}">Set C - Report Writing</a></li>
 
16
  </ul>
17
  </div>
18
  </body>
 
13
  <li><a href="{{ url_for('index', set='A', index=0) }}">Set A - Plastics</a></li>
14
  <li><a href="{{ url_for('index', set='B', index=0) }}">Set B - Renewable Energy</a></li>
15
  <li><a href="{{ url_for('index', set='C', index=0) }}">Set C - Report Writing</a></li>
16
+ <li><a href="{{ url_for('index', set='D', index=0) }}">Set D - Climate Change</a></li>
17
  </ul>
18
  </div>
19
  </body>