Spaces:
Sleeping
Sleeping
Update templates/portal.html
Browse files- 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>
|