Skip to content
Snippets Groups Projects
Verified Commit fe6de897 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

remove wetlab

parent bcf394e7
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,6 @@ def build_section_start(title, shortcut):
"Adm": "Administration",
"Aqa": "Aquatic Facility",
"Bic": "Computational (Biocore)",
"Lab": "Wetlab",
"Rod": "Rodent Facility"
}
......@@ -71,4 +70,4 @@ def build_section_start(title, shortcut):
return f'\n\t<div class="index-box noborderbox" id="{shortcut}-card">\n\t\t<h3>{title}</h3>\n\t\t<ul>\n'
def build_section_end():
return "\t\t</ul>\n\t</div>"
\ No newline at end of file
return "\t\t</ul>\n\t</div>"
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