Skip to content
Snippets Groups Projects
Verified Commit 1b9e6a20 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'master' of edugit.org:AlekSIS/official/AlekSIS

parents eca485fb a8ac41ba
No related branches found
No related tags found
No related merge requests found
Pipeline #2030 failed
......@@ -129,11 +129,11 @@ class AppConfig(django.apps.AppConfig):
copyrights_processed.append(
(
# Sort copyright years and combine year ranges for display
copyright[0]
if isinstance(copyright[0], str)
else copyright_years(copyright[0]),
copyright[1],
copyright[2],
copyright_info[0]
if isinstance(copyright_info[0], str)
else copyright_years(copyright_info[0]),
copyright_info[1],
copyright_info[2],
)
)
......
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