Skip to content
Snippets Groups Projects
Commit e39a595a authored by HouTeng Chan's avatar HouTeng Chan
Browse files

Update file menu.html

parent 7d9f39d1
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@
<li onmouseover="over(this)" onmouseleave="leave(this)">
<a href="#" style="cursor:default;">Wetlab</a>
<ul class="son">
<li><a href="{{ url_for('pages', page='therapy-system') }}">Therapy system</a></li>
<li><a href="{{ url_for('pages', page='therapy-system') }}">Therapy System</a></li>
<li><a href="{{ url_for('pages', page='colonization') }}">Colonization</a></li>
<li><a href="{{ url_for('pages', page='parts') }}">Parts</a></li>
</ul>
......@@ -148,7 +148,6 @@
<a href="#" style="cursor:default;">Drylab</a>
<ul class="son">
<li><a href="{{ url_for('pages', page='model') }}">Model</a></li>
<!--<li><a href="{{ url_for('pages', page='software') }}">Software</a></li>-->
<li><a href="{{ url_for('pages', page='hardware') }}">Hardware</a></li>
</ul>
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment