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

Merge branch 'add-ppc-integration' into 'develop'

add rule for PPC title

See merge request R3/howto-cards!274
parents 605b6817 b7a5f402
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ def build_section_start(title, shortcut): ...@@ -28,6 +28,7 @@ def build_section_start(title, shortcut):
title = title.replace("Handbook additional", "PI/Supervisor specifics") title = title.replace("Handbook additional", "PI/Supervisor specifics")
title = title.replace("Handbook annexes", "Annexes") title = title.replace("Handbook annexes", "Annexes")
title = title.replace("Covid 19", "COVID-19") title = title.replace("Covid 19", "COVID-19")
title = title.replace("Ppc", "PPC")
return f'\n\t<div class="index-box noborderbox" id="{shortcut}">\n\t\t<h3>{title}</h3>\n\t\t<ul>\n' return f'\n\t<div class="index-box noborderbox" id="{shortcut}">\n\t\t<h3>{title}</h3>\n\t\t<ul>\n'
......
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