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

set header for gdpr

parent c424df61
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,9 @@ def build_link(title, href):
return f'\t\t\t<li><a href="{href}">{title}</a></li>\n'
def build_section_start(title):
title = title.replace("Gdpr", "GDPR")
return f'\n\t<div class="index-box">\n\t\t<h3>{title}</h3>\n\t\t<ul>\n'
def build_section_end():
......
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