mirror of https://gitlab.com/bashrc2/epicyon
Fix unit test
parent
6bf4e26ea8
commit
00b47b218b
|
@ -1822,7 +1822,9 @@ def _get_copyright_footer(content_license_url: str,
|
||||||
elif '/fdl' in content_license_url:
|
elif '/fdl' in content_license_url:
|
||||||
icon_filename = 'license_fdl.png'
|
icon_filename = 'license_fdl.png'
|
||||||
|
|
||||||
description = translate['Content License']
|
description = 'Content License'
|
||||||
|
if translate.get('Content License'):
|
||||||
|
description = translate['Content License']
|
||||||
copyright_str = \
|
copyright_str = \
|
||||||
' ' + \
|
' ' + \
|
||||||
'<a class="imageAnchor" href="' + content_license_url + \
|
'<a class="imageAnchor" href="' + content_license_url + \
|
||||||
|
|
Loading…
Reference in New Issue